Index: Source/core/html/canvas/WebGLDebugRendererInfo.cpp |
diff --git a/Source/core/html/canvas/WebGLDebugRendererInfo.cpp b/Source/core/html/canvas/WebGLDebugRendererInfo.cpp |
index 467896ca7d98c75f91130afafec04a7575f50e7a..86771e83eb80df4cd6d2389d4146b6f87d5dfe06 100644 |
--- a/Source/core/html/canvas/WebGLDebugRendererInfo.cpp |
+++ b/Source/core/html/canvas/WebGLDebugRendererInfo.cpp |
@@ -44,9 +44,9 @@ WebGLExtensionName WebGLDebugRendererInfo::name() const |
return WebGLDebugRendererInfoName; |
} |
-PassRefPtr<WebGLDebugRendererInfo> WebGLDebugRendererInfo::create(WebGLRenderingContextBase* context) |
+PassRefPtrWillBeRawPtr<WebGLDebugRendererInfo> WebGLDebugRendererInfo::create(WebGLRenderingContextBase* context) |
{ |
- return adoptRef(new WebGLDebugRendererInfo(context)); |
+ return adoptRefWillBeNoop(new WebGLDebugRendererInfo(context)); |
} |
bool WebGLDebugRendererInfo::supported(WebGLRenderingContextBase*) |