| Index: Source/core/frame/SubresourceIntegrity.h
|
| diff --git a/Source/core/frame/SubresourceIntegrity.h b/Source/core/frame/SubresourceIntegrity.h
|
| index 6ec5d2e89909b7a82402975791c79bfb358e9621..705c43c3db4223a345fdfe5e74fd55d347e2f83b 100644
|
| --- a/Source/core/frame/SubresourceIntegrity.h
|
| +++ b/Source/core/frame/SubresourceIntegrity.h
|
| @@ -27,6 +27,7 @@ public:
|
| };
|
|
|
| static bool CheckSubresourceIntegrity(const Element&, const WTF::String& content, const KURL& resourceUrl, const Resource&);
|
| + static bool CheckSubresourceIntegrity(const String&, const WTF::String& content, const KURL& resourceUrl, Document&, WTF::String&);
|
|
|
| private:
|
| // FIXME: After the merge with the Chromium repo, this should be refactored
|
|
|