summaryrefslogtreecommitdiff
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/UIProcess/WebEditCommandProxy.h b/Source/WebKit2/UIProcess/WebEditCommandProxy.h
index f4f32ca43..154d954f6 100644
--- a/Source/WebKit2/UIProcess/WebEditCommandProxy.h
+++ b/Source/WebKit2/UIProcess/WebEditCommandProxy.h
@@ -36,7 +36,7 @@ namespace WebKit {
class WebPageProxy;
-class WebEditCommandProxy : public TypedAPIObject<APIObject::TypeEditCommandProxy> {
+class WebEditCommandProxy : public API::ObjectImpl<API::Object::Type::EditCommandProxy> {
public:
static PassRefPtr<WebEditCommandProxy> create(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page)
{