| Index: third_party/WebKit/Source/core/events/EventFactory.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventFactory.h b/third_party/WebKit/Source/core/events/EventFactory.h
|
| index 67b402178f1f1a0ddf0aa3f25d57450f0365319a..4a5ac7c9ca2e5b53a135cecf06d730fa3b2c3a0c 100644
|
| --- a/third_party/WebKit/Source/core/events/EventFactory.h
|
| +++ b/third_party/WebKit/Source/core/events/EventFactory.h
|
| @@ -36,7 +36,7 @@ namespace blink {
|
| class Event;
|
|
|
| class EventFactoryBase {
|
| - USING_FAST_MALLOC(EventFactory);
|
| + USING_FAST_MALLOC(EventFactoryBase);
|
| public:
|
| virtual PassRefPtrWillBeRawPtr<Event> create(const String& eventType) = 0;
|
| virtual ~EventFactoryBase() { }
|
|
|