summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/UIProcess/WebEditCommandProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/WebEditCommandProxy.h')
-rw-r--r--Source/WebKit2/UIProcess/WebEditCommandProxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/WebEditCommandProxy.h b/Source/WebKit2/UIProcess/WebEditCommandProxy.h
index 4c08877..67d1430 100644
--- a/Source/WebKit2/UIProcess/WebEditCommandProxy.h
+++ b/Source/WebKit2/UIProcess/WebEditCommandProxy.h
@@ -28,6 +28,7 @@
#include "APIObject.h"
#include <WebCore/EditAction.h>
+#include <wtf/Forward.h>
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
@@ -51,6 +52,8 @@ public:
void unapply();
void reapply();
+ static String nameForEditAction(WebCore::EditAction);
+
private:
WebEditCommandProxy(uint64_t commandID, WebCore::EditAction, WebPageProxy*);