| Index: third_party/WebKit/Source/core/css/CSSTestHelper.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSTestHelper.h b/third_party/WebKit/Source/core/css/CSSTestHelper.h
|
| index fe55f979a99c0a51a4b7e284641f4356330e1db1..1e17c206f8bb675ccd87d058646db5399fb257a3 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSTestHelper.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSTestHelper.h
|
| @@ -57,8 +57,8 @@ public:
|
| CSSRuleList* cssRules();
|
|
|
| private:
|
| - RefPtrWillBePersistent<Document> m_document;
|
| - RefPtrWillBePersistent<CSSStyleSheet> m_styleSheet;
|
| + Persistent<Document> m_document;
|
| + Persistent<CSSStyleSheet> m_styleSheet;
|
| };
|
|
|
| } // namespace blink
|
|
|