| Index: Source/web/WebRemoteFrameImpl.h
|
| diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
|
| index ffa739dc372d10270f4e754ac4c2f4115aa3fca5..bfec3f9c424da5cf56fdeec56bdc5de2adce546d 100644
|
| --- a/Source/web/WebRemoteFrameImpl.h
|
| +++ b/Source/web/WebRemoteFrameImpl.h
|
| @@ -170,6 +170,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;
|
| +
|
| WebCore::RemoteFrame* frame() const { return m_frame.get(); }
|
|
|
| private:
|
|
|