summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/public/WebRuntimeFeatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/public/WebRuntimeFeatures.h')
-rw-r--r--Source/WebKit/chromium/public/WebRuntimeFeatures.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
index 097e95b..c9e32f5 100644
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -31,6 +31,8 @@
#ifndef WebRuntimeFeatures_h
#define WebRuntimeFeatures_h
+#define HAS_WEBAUDIO_RUNTIMEFEATURES 1
+
#include "WebCommon.h"
namespace WebKit {
@@ -94,6 +96,9 @@ public:
WEBKIT_API static void enableFileSystem(bool);
WEBKIT_API static bool isFileSystemEnabled();
+
+ WEBKIT_API static void enableJavaScriptI18NAPI(bool);
+ WEBKIT_API static bool isJavaScriptI18NAPIEnabled();
private:
WebRuntimeFeatures();