DescriptionMake TestWebIDBFactory allocate a separate WebIDBFactory per thread.
This allows the main WebKit thread and web worker threads to each get their own
WebIDBFactory instance, which mimics the behavior when we let the WebIDBFactory
be instantiated via the WebKitPlatformSupport::idbFactory() method.
Avoid storing WebString on class that will be reached by multiple threads.
This is a slight variation on the patch attempted here:
https://chromiumcodereview.appspot.com/12181010
R=alecflett@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182828
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|