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