Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(670)

Unified Diff: Source/core/frame/SubresourceIntegrityTest.cpp

Issue 660723003: Oilpan: fix build after r183788. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/SubresourceIntegrityTest.cpp
diff --git a/Source/core/frame/SubresourceIntegrityTest.cpp b/Source/core/frame/SubresourceIntegrityTest.cpp
index abf6d87f9e88efeae6b0701cddbdf749f58cc286..f6fd01512513d1418d9543394219175898011fd0 100644
--- a/Source/core/frame/SubresourceIntegrityTest.cpp
+++ b/Source/core/frame/SubresourceIntegrityTest.cpp
@@ -126,8 +126,8 @@ protected:
RefPtr<SecurityOrigin> secureOrigin;
RefPtr<SecurityOrigin> insecureOrigin;
- RefPtrWillBeRawPtr<Document> document;
- RefPtrWillBeRawPtr<HTMLScriptElement> scriptElement;
+ RefPtrWillBePersistent<Document> document;
+ RefPtrWillBePersistent<HTMLScriptElement> scriptElement;
};
TEST_F(SubresourceIntegrityTest, ParseAlgorithm)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698