| Index: third_party/WebKit/Source/core/testing/LayerRectList.h
|
| diff --git a/third_party/WebKit/Source/core/testing/LayerRectList.h b/third_party/WebKit/Source/core/testing/LayerRectList.h
|
| index dc5e5e4bd924bbaaea4fac941ba54a5a44a8e0f3..5fe14dc44ef602f737a0eaa247b8f2c5d168d2f9 100644
|
| --- a/third_party/WebKit/Source/core/testing/LayerRectList.h
|
| +++ b/third_party/WebKit/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, ClientRect* layerRelativeRect);
|
| + void append(RawPtr<Node> layerAssociatedNode, const String& layerName, int layerOffsetX, int layerOffsetY, ClientRect* layerRelativeRect);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|