DescriptionFix race condition that occurs if ResourceContext::SetUserData is called on the IO thread before InitializeResourceContext is called on the UI thread. We don't see this now because we don't set user data on the IO thread at initialization. In https://codereview.chromium.org/12049052/ I encountered this when I tried to set user data on the IO thread.
The fix is to ensure that InitializeResourceContext is called before ResourceContext is used on the IO thread.
BUG=169170
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178598
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|