X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebKit%2Fwin%2FWebCoreSupport%2FWebEditorClient.h;h=1db4c680e564c939d2392c1238709c16c52c2e3a;hp=845719013129e9d9fe07af0461e3354568815326;hb=999bb79495f321510debd839e2a97561e1f52f7f;hpb=4b2fa73b63f14a6b47d2dac2fca48560e0d4a17e diff --git a/Source/WebKit/win/WebCoreSupport/WebEditorClient.h b/Source/WebKit/win/WebCoreSupport/WebEditorClient.h index 845719013129..1db4c680e564 100644 --- a/Source/WebKit/win/WebCoreSupport/WebEditorClient.h +++ b/Source/WebKit/win/WebCoreSupport/WebEditorClient.h @@ -78,8 +78,8 @@ public: void registerCommandForRedo(PassRefPtr); void clearUndoRedoOperations(); - bool canCopyCut(Frame*, bool defaultValue) const; - bool canPaste(Frame*, bool defaultValue) const; + bool canCopyCut(WebCore::Frame*, bool defaultValue) const; + bool canPaste(WebCore::Frame*, bool defaultValue) const; bool canUndo() const; bool canRedo() const;