| 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 8640a99c01c8f48c942bbb4828c555ca238d1aa8..15638f8979129d64ed4c817086ea30d97cf0ad8e 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| @@ -600,7 +600,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,
|
|
|