Index: Source/core/testing/LayerRectList.h |
diff --git a/Source/core/testing/LayerRectList.h b/Source/core/testing/LayerRectList.h |
index 719b7c00cce60c8b7addde215d70f239d6a415fd..9aa3518acdcd0f9ec3df8189c56e561096cf0b9a 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> layerAssociatedNode, const String& layerName, int layerOffsetX, int layerOffsetY, PassRefPtrWillBeRawPtr<ClientRect> layerRelativeRect); |
+ void append(PassRefPtrWillBeRawPtr<Node> layerAssociatedNode, const String& layerName, int layerOffsetX, int layerOffsetY, PassRefPtrWillBeRawPtr<ClientRect> layerRelativeRect); |
void trace(Visitor*); |