Index: Source/web/WebRemoteFrameImpl.h |
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h |
index 8edaad7390f2d96f2efe434de517b88428030613..a7a1b6b5fe54b1f66c8fdaf3f7298ea5cc02df61 100644 |
--- a/Source/web/WebRemoteFrameImpl.h |
+++ b/Source/web/WebRemoteFrameImpl.h |
@@ -128,7 +128,6 @@ public: |
virtual bool setEditableSelectionOffsets(int start, int end) OVERRIDE; |
virtual bool setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) OVERRIDE; |
virtual void extendSelectionAndDelete(int before, int after) OVERRIDE; |
- virtual void addStyleSheetByURL(const WebString& url) OVERRIDE; |
virtual void setCaretVisible(bool) OVERRIDE; |
virtual int printBegin(const WebPrintParams&, const WebNode& constrainToNode) OVERRIDE; |
virtual float printPage(int pageToPrint, WebCanvas*) OVERRIDE; |