| Index: Source/core/events/EventFactory.h
|
| diff --git a/Source/core/events/EventFactory.h b/Source/core/events/EventFactory.h
|
| index fae23e9e1a7f895e5ffb2d7a2f3349f56efb3b64..2644e86a79ae29e11a4c54b53030cc695bdc3a47 100644
|
| --- a/Source/core/events/EventFactory.h
|
| +++ b/Source/core/events/EventFactory.h
|
| @@ -39,6 +39,11 @@ public:
|
| static PassRefPtrWillBeRawPtr<Event> create(const String& eventType);
|
| };
|
|
|
| +class EventModulesFactory {
|
| +public:
|
| + static PassRefPtrWillBeRawPtr<Event> create(const String& eventType);
|
| +};
|
| +
|
| }
|
|
|
| #endif
|
|
|