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

Unified Diff: Source/core/scripts/make_event_factory.py

Issue 17031006: Rename DOMWindow interface to Window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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/core/scripts/make_dom_exceptions.py ('k') | Source/core/scripts/name_macros.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/scripts/make_event_factory.py
diff --git a/Source/core/scripts/make_event_factory.py b/Source/core/scripts/make_event_factory.py
index 440328d23a5abf5382eacbb57d93ff6644e29935..cf6790ac2353295266861eb3a2f68b0529db0c38 100644
--- a/Source/core/scripts/make_event_factory.py
+++ b/Source/core/scripts/make_event_factory.py
@@ -57,8 +57,9 @@ PassRefPtr<%(class_name)s> %(class_name)sFactory::create(const String& type)
class EventFactoryWriter(name_macros.Writer):
defaults = {
- 'interfaceName' : None,
- 'conditional' : None,
+ 'JSInterfaceName': None,
+ 'interfaceName': None,
+ 'conditional': None,
'runtimeConditional': None,
}
default_parameters = {
« no previous file with comments | « Source/core/scripts/make_dom_exceptions.py ('k') | Source/core/scripts/name_macros.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698