Index: Source/web/WebLocalFrameImpl.h |
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h |
index 520ed71d76fc1b138ff2719651c9f91e5f7d6844..8ec5ec8fa935350ef4aab7e06e179ab14e0b6838 100644 |
--- a/Source/web/WebLocalFrameImpl.h |
+++ b/Source/web/WebLocalFrameImpl.h |
@@ -231,6 +231,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*); |