From 999bb79495f321510debd839e2a97561e1f52f7f Mon Sep 17 00:00:00 2001 From: "rniwa@webkit.org" Date: Fri, 22 Apr 2011 00:43:59 +0000 Subject: [PATCH] 2011-04-21 Ryosuke Niwa Windows build fix. * WebCoreSupport/WebEditorClient.h: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@84578 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebKit/win/ChangeLog | 6 ++++++ Source/WebKit/win/WebCoreSupport/WebEditorClient.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Source/WebKit/win/ChangeLog b/Source/WebKit/win/ChangeLog index f67fc886b848..8f3edd7c98e6 100644 --- a/Source/WebKit/win/ChangeLog +++ b/Source/WebKit/win/ChangeLog @@ -1,3 +1,9 @@ +2011-04-21 Ryosuke Niwa + + Windows build fix. + + * WebCoreSupport/WebEditorClient.h: + 2011-04-21 Ryosuke Niwa Reviewed by Sam Weinig. 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; -- 2.36.0