Index: Source/core/testing/LayerRectList.h |
diff --git a/Source/core/testing/LayerRectList.h b/Source/core/testing/LayerRectList.h |
index f87c5de2b310b84e7c7a752391f61b5483bd414d..40d08f590feb68128775b6e9232bee1e5957bc90 100644 |
--- a/Source/core/testing/LayerRectList.h |
+++ b/Source/core/testing/LayerRectList.h |
@@ -54,7 +54,7 @@ public: |
unsigned length() const; |
LayerRect* item(unsigned index); |
- void append(PassRefPtr<Node> layerRootNode, const String& layerName, PassRefPtr<ClientRect> layerRelativeRect); |
+ void append(PassRefPtr<Node> layerRootNode, const String& layerName, PassRefPtrWillBeRawPtr<ClientRect> layerRelativeRect); |
void trace(Visitor*); |