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

Unified Diff: Source/build/scripts/make_names.py

Issue 26890003: Remove ThreadLocalEventNames (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build Created 7 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 | « Source/bindings/v8/custom/V8EventTargetCustom.cpp ('k') | Source/core/Init.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/make_names.py
diff --git a/Source/build/scripts/make_names.py b/Source/build/scripts/make_names.py
index 9afd2022b5f7ee284740f555950aa3fc27de8e4e..c3679b240ecdbe4a4ecc56ae0bf6c4f5a5fa86cc 100755
--- a/Source/build/scripts/make_names.py
+++ b/Source/build/scripts/make_names.py
@@ -38,7 +38,7 @@ import name_utilities
class MakeNamesWriter(in_generator.Writer):
defaults = {
'Conditional': None, # FIXME: Add support for Conditional.
- 'RuntimeEnabled': None,
+ 'RuntimeEnabled': None, # What should we do for runtime-enabled features?
'ImplementedAs': None,
}
default_parameters = {
« no previous file with comments | « Source/bindings/v8/custom/V8EventTargetCustom.cpp ('k') | Source/core/Init.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698