Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: Source/bindings/v8/RuntimeEnabledFeatures.cpp

Issue 13725007: Remove the ENABLE_JAVASCRIPT_I18N_API compile time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove the flags altogether. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/v8/RuntimeEnabledFeatures.h ('k') | Source/bindings/v8/V8DOMWindowShell.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/RuntimeEnabledFeatures.cpp
diff --git a/Source/bindings/v8/RuntimeEnabledFeatures.cpp b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
index 4b8acef6db486fe32a78aa26d13f60e416e9a1f5..61cf8035763e43b9a9f78a8e22158b30cbc6569e 100644
--- a/Source/bindings/v8/RuntimeEnabledFeatures.cpp
+++ b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
@@ -76,15 +76,6 @@ bool RuntimeEnabledFeatures::fileSystemEnabled()
return isFileSystemEnabled && AsyncFileSystem::isAvailable();
}
-#if ENABLE(JAVASCRIPT_I18N_API)
-bool RuntimeEnabledFeatures::isJavaScriptI18NAPIEnabled = false;
-
-bool RuntimeEnabledFeatures::javaScriptI18NAPIEnabled()
-{
- return isJavaScriptI18NAPIEnabled;
-}
-#endif
-
#if ENABLE(VIDEO)
bool RuntimeEnabledFeatures::audioEnabled()
« no previous file with comments | « Source/bindings/v8/RuntimeEnabledFeatures.h ('k') | Source/bindings/v8/V8DOMWindowShell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698