| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| index 56c3ab8b0313c426fc6d9ea0da25a3c5c8811294..4799e22f556a3cc9e96c5d2b30a46622f74b051c 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| @@ -599,7 +599,7 @@ createContextProviderOnWorkerThread(
|
| ContextProviderCreationInfo creationInfo;
|
| creationInfo.contextAttributes = contextAttributes;
|
| creationInfo.glInfo = glInfo;
|
| - creationInfo.url = url;
|
| + creationInfo.url = url.copy();
|
| RefPtr<WebTaskRunner> taskRunner =
|
| Platform::current()->mainThread()->getWebTaskRunner();
|
| taskRunner->postTask(BLINK_FROM_HERE,
|
|
|