| Index: Source/core/testing/LayerRectList.h
|
| diff --git a/Source/core/testing/LayerRectList.h b/Source/core/testing/LayerRectList.h
|
| index f87c5de2b310b84e7c7a752391f61b5483bd414d..668363e7dddb6da8d9c73567e622b7971932a956 100644
|
| --- a/Source/core/testing/LayerRectList.h
|
| +++ b/Source/core/testing/LayerRectList.h
|
| @@ -44,7 +44,7 @@ class ClientRectList;
|
| class LayerRect;
|
| class Node;
|
|
|
| -class LayerRectList : public RefCountedWillBeGarbageCollected<LayerRectList> {
|
| +class LayerRectList FINAL : public RefCountedWillBeGarbageCollected<LayerRectList> {
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(LayerRectList);
|
| public:
|
| static PassRefPtrWillBeRawPtr<LayerRectList> create()
|
| @@ -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*);
|
|
|
|
|