Changeset 246132 in webkit


Ignore:
Timestamp:
Jun 5, 2019 4:05:51 PM (5 years ago)
Author:
sihui_liu@apple.com
Message:

TestWebKitAPI.WKWebView.LocalStorageProcessSuspends is flaky on release builds
https://bugs.webkit.org/show_bug.cgi?id=198582

Reviewed by Youenn Fablet.

Initialize the state of StorageManager.

  • NetworkProcess/WebStorage/StorageManager.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r246127 r246132  
     12019-06-05  Sihui Liu  <sihui_liu@apple.com>
     2
     3        TestWebKitAPI.WKWebView.LocalStorageProcessSuspends is flaky on release builds
     4        https://bugs.webkit.org/show_bug.cgi?id=198582
     5
     6        Reviewed by Youenn Fablet.
     7
     8        Initialize the state of StorageManager.
     9
     10        * NetworkProcess/WebStorage/StorageManager.h:
     11
    1122019-06-05  Alex Christensen  <achristensen@webkit.org>
    213
  • trunk/Source/WebKit/NetworkProcess/WebStorage/StorageManager.h

    r246079 r246132  
    119119        Suspended
    120120    };
    121     State m_state;
     121    State m_state { State::Running };
    122122    Lock m_stateLock;
    123123    Condition m_stateChangeCondition;
Note: See TracChangeset for help on using the changeset viewer.