Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h |
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h |
index ccc272d84a8bb53a09fbe388449bddca0aa2e9af..f6256bfcdafd8e962b5bd1498640ea22eb6427e8 100644 |
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h |
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h |
@@ -89,9 +89,6 @@ public: |
WEBKIT_EXPORT static void enableFileSystem(bool); |
WEBKIT_EXPORT static bool isFileSystemEnabled(); |
- WEBKIT_EXPORT static void enableJavaScriptI18NAPI(bool); |
- WEBKIT_EXPORT static bool isJavaScriptI18NAPIEnabled(); |
- |
WEBKIT_EXPORT static void enableQuota(bool); |
WEBKIT_EXPORT static bool isQuotaEnabled(); |