Index: Source/core/html/canvas/WebGLLoseContext.cpp |
diff --git a/Source/core/html/canvas/WebGLLoseContext.cpp b/Source/core/html/canvas/WebGLLoseContext.cpp |
index e2fe7bd738deed62ea37505dde9f0a8ae6f29e4f..c2c751ce7683c040d0667c82c01caa15a2086d77 100644 |
--- a/Source/core/html/canvas/WebGLLoseContext.cpp |
+++ b/Source/core/html/canvas/WebGLLoseContext.cpp |
@@ -52,9 +52,9 @@ WebGLExtensionName WebGLLoseContext::name() const |
return WebGLLoseContextName; |
} |
-PassRefPtr<WebGLLoseContext> WebGLLoseContext::create(WebGLRenderingContextBase* context) |
+PassRefPtrWillBeRawPtr<WebGLLoseContext> WebGLLoseContext::create(WebGLRenderingContextBase* context) |
{ |
- return adoptRef(new WebGLLoseContext(context)); |
+ return adoptRefWillBeNoop(new WebGLLoseContext(context)); |
} |
void WebGLLoseContext::loseContext() |