Index: Source/core/frame/SubresourceIntegrity.h |
diff --git a/Source/core/frame/SubresourceIntegrity.h b/Source/core/frame/SubresourceIntegrity.h |
index 8db68234037bb47d357d1f1e6cd484c5717c7bcc..28b3241d2f8b446668a4d60dbb4df7cacbc28954 100644 |
--- a/Source/core/frame/SubresourceIntegrity.h |
+++ b/Source/core/frame/SubresourceIntegrity.h |
@@ -16,10 +16,11 @@ namespace blink { |
class Document; |
class Element; |
class KURL; |
+class Resource; |
class SubresourceIntegrity { |
public: |
- static bool CheckSubresourceIntegrity(const Element&, const WTF::String& content, const KURL& resourceUrl, const WTF::String& mimeType); |
+ static bool CheckSubresourceIntegrity(const Element&, const WTF::String& content, const KURL& resourceUrl, const WTF::String& mimeType, const Resource&); |
private: |
// FIXME: After the merge with the Chromium repo, this should be refactored |