Index: Source/platform/graphics/GraphicsLayer.h |
diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h |
index bd3368c4744729c7ed5544b1cec93c55008c6df0..ec66b4e7424043fb34c17cce9c473feb621e19d8 100644 |
--- a/Source/platform/graphics/GraphicsLayer.h |
+++ b/Source/platform/graphics/GraphicsLayer.h |
@@ -223,7 +223,7 @@ public: |
blink::WebLayer* platformLayer() const; |
typedef HashMap<int, int> RenderingContextMap; |
- PassRefPtrWillBeRawPtr<JSONObject> layerTreeAsJSON(LayerTreeFlags, RenderingContextMap&) const; |
+ PassRefPtr<JSONObject> layerTreeAsJSON(LayerTreeFlags, RenderingContextMap&) const; |
int paintCount() const { return m_paintCount; } |