Index: third_party/WebKit/Source/core/html/HTMLHtmlElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLHtmlElement.h b/third_party/WebKit/Source/core/html/HTMLHtmlElement.h |
index 315438553dc2a025cefb7b4884904c850728b63c..6e12ea3e0ccdf9eaf87941fc2743b10e7001c2e6 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLHtmlElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLHtmlElement.h |
@@ -39,6 +39,8 @@ public: |
private: |
explicit HTMLHtmlElement(Document&); |
+ void maybeSetupApplicationCache(); |
+ |
bool isURLAttribute(const Attribute&) const override; |
}; |