Windows build fix.
* WebCoreSupport/WebEditorClient.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@84578
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-04-21 Ryosuke Niwa <rniwa@webkit.org>
+
+ Windows build fix.
+
+ * WebCoreSupport/WebEditorClient.h:
+
2011-04-21 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Sam Weinig.
void registerCommandForRedo(PassRefPtr<WebCore::EditCommand>);
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;