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 = { |