Index: Source/web/WebLocalFrameImpl.h |
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h |
index 7eea56bb7d9fb5d0a9d7cea78aa289e4bba767a2..b4c792783ad09c617ef4059d4549f71f05401513 100644 |
--- a/Source/web/WebLocalFrameImpl.h |
+++ b/Source/web/WebLocalFrameImpl.h |
@@ -228,6 +228,8 @@ public: |
virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const OVERRIDE; |
virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE; |
+ virtual void requestManifest() OVERRIDE; |
+ |
// WebLocalFrame methods: |
virtual void addStyleSheetByURL(const WebString& url) OVERRIDE; |