Index: Source/build/scripts/make_event_factory.py |
diff --git a/Source/build/scripts/make_event_factory.py b/Source/build/scripts/make_event_factory.py |
index 6bb46b8199c13ced67c9c56ff39ad23688101345..1bd736bc4402a842f89fa093903b059e53a097aa 100755 |
--- a/Source/build/scripts/make_event_factory.py |
+++ b/Source/build/scripts/make_event_factory.py |
@@ -65,6 +65,8 @@ class EventFactoryWriter(name_macros.Writer): |
def __init__(self, in_file_path): |
super(EventFactoryWriter, self).__init__(in_file_path) |
+ if self.namespace == 'EventTarget': |
+ return |
self._outputs[(self.namespace + self.suffix + ".cpp")] = self.generate_implementation |
@template_expander.use_jinja('EventFactory.cpp.tmpl', filters=filters) |