Index: Source/web/WebLocalFrameImpl.h |
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h |
index 7cad9764e803de10a8cdfc7fa8ebb5a9a819a886..e2fbb5dcc75da51a7a157e7d10fda49efdb776e7 100644 |
--- a/Source/web/WebLocalFrameImpl.h |
+++ b/Source/web/WebLocalFrameImpl.h |
@@ -230,6 +230,8 @@ public: |
virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const OVERRIDE; |
virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE; |
+ virtual void requestManifest(WebManifestRequest&) const OVERRIDE; |
+ |
void willDetachParent(); |
static WebLocalFrameImpl* create(WebFrameClient*); |