Index: Source/core/html/canvas/WebGLContextObject.cpp |
diff --git a/Source/core/html/canvas/WebGLContextObject.cpp b/Source/core/html/canvas/WebGLContextObject.cpp |
index 5425be465aa97dd6ff0d8e957828d11f7efcb22e..c923914e1fdc4d345c8e15afe2aa9ee6539af2bb 100644 |
--- a/Source/core/html/canvas/WebGLContextObject.cpp |
+++ b/Source/core/html/canvas/WebGLContextObject.cpp |
@@ -62,7 +62,7 @@ void WebGLContextObject::detachContext() |
} |
} |
-blink::WebGraphicsContext3D* WebGLContextObject::getAWebGraphicsContext3D() const |
+WebGraphicsContext3D* WebGLContextObject::getAWebGraphicsContext3D() const |
{ |
#if ENABLE(OILPAN) |
return m_sharedWebGraphicsContext3D ? m_sharedWebGraphicsContext3D->webContext() : 0; |
@@ -77,4 +77,4 @@ DEFINE_TRACE(WebGLContextObject) |
WebGLObject::trace(visitor); |
} |
-} |
+} // namespace blink |