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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 1381413003: [bindings] add support for integer-indexed @@iterator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some bugs, put @@iterator on instance for [Global]/[PrimaryGlobal], more tests Created 5 years, 2 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 | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index 5d20ff854a7dee285d0df4c7d6870d22fff6ca34..73f8580dfdc5e107806d8b42f627cb0e9998127f 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -87,6 +87,8 @@ public:
BLINK_EXPORT static void enableImageColorProfiles(bool);
+ BLINK_EXPORT static void enableIterableCollections(bool);
jochen (gone - plz use gerrit) 2015/10/05 15:23:22 why do you need this?
caitp (gmail) 2015/10/05 15:24:51 I figured I'd be asked to put this behind a flag.
+
BLINK_EXPORT static void enableMediaPlayer(bool);
BLINK_EXPORT static void enableSubpixelFontScaling(bool);
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698