summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Shared/APIObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/APIObject.h')
-rw-r--r--Source/WebKit2/Shared/APIObject.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/WebKit2/Shared/APIObject.h b/Source/WebKit2/Shared/APIObject.h
index 24f8cba..7f50b51 100644
--- a/Source/WebKit2/Shared/APIObject.h
+++ b/Source/WebKit2/Shared/APIObject.h
@@ -72,11 +72,14 @@ public:
TypeFormSubmissionListener,
TypeFrame,
TypeFramePolicyListener,
+ TypeFullScreenManager,
TypeGeolocationManager,
TypeGeolocationPermissionRequest,
TypeGeolocationPosition,
+ TypeIconDatabase,
TypeInspector,
TypeKeyValueStorageManager,
+ TypeMediaCacheManager,
TypeNavigationData,
TypeOpenPanelParameters,
TypeOpenPanelResultListener,
@@ -101,7 +104,8 @@ public:
TypeBundleScriptWorld,
// Platform specific
- TypeView
+ TypeView,
+ TypeEditCommandProxy
};
virtual ~APIObject()