| Index: third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp b/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| index 73b05a00b459e67217aebf718ee85c6599126f8f..4b5a81d7acfc711cad8c37cf21d9195cef0d65de 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| @@ -31,8 +31,8 @@ protected:
|
| csp->bindToExecutionContext(document.get());
|
| }
|
|
|
| - RefPtrWillBePersistent<ContentSecurityPolicy> csp;
|
| - RefPtrWillBePersistent<Document> document;
|
| + Persistent<ContentSecurityPolicy> csp;
|
| + Persistent<Document> document;
|
| };
|
|
|
| static void parseSourceList(CSPSourceList& sourceList, String& sources)
|
|
|