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, 4 insertions, 2 deletions
diff --git a/Source/WebKit2/Shared/APIObject.h b/Source/WebKit2/Shared/APIObject.h
index 7f50b51..e5a7eed 100644
--- a/Source/WebKit2/Shared/APIObject.h
+++ b/Source/WebKit2/Shared/APIObject.h
@@ -104,8 +104,10 @@ public:
TypeBundleScriptWorld,
// Platform specific
- TypeView,
- TypeEditCommandProxy
+ TypeEditCommandProxy,
+ TypeGrammarDetail,
+ TypeTextChecker,
+ TypeView
};
virtual ~APIObject()