Index: Source/core/testing/LayerRectList.h |
diff --git a/Source/core/testing/LayerRectList.h b/Source/core/testing/LayerRectList.h |
index 1bab3299c7b3bbb8074bd4cf5cd39da259460d6c..dc5e5e4bd924bbaaea4fac941ba54a5a44a8e0f3 100644 |
--- a/Source/core/testing/LayerRectList.h |
+++ b/Source/core/testing/LayerRectList.h |
@@ -53,7 +53,7 @@ public: |
unsigned length() const; |
LayerRect* item(unsigned index); |
- void append(PassRefPtrWillBeRawPtr<Node> layerAssociatedNode, const String& layerName, int layerOffsetX, int layerOffsetY, PassRefPtrWillBeRawPtr<ClientRect> layerRelativeRect); |
+ void append(PassRefPtrWillBeRawPtr<Node> layerAssociatedNode, const String& layerName, int layerOffsetX, int layerOffsetY, ClientRect* layerRelativeRect); |
DECLARE_TRACE(); |