Commit a17911da authored by sigbjornf@opera.com's avatar sigbjornf@opera.com

Oilpan: fix build after r183788.

TBR=oilpan-reviews,haraken
BUG=355467
NOTRY=true

Review URL: https://codereview.chromium.org/660723003

git-svn-id: svn://svn.chromium.org/blink/trunk@183797 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent ecf3a320
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment