| 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 1b69f4681a1fbc43cac206db064ab45906905643..4dcda218f76bf758419abf59e5a7b85038a84313 100644
|
| --- a/third_party/WebKit/Source/core/events/EventFactory.h
|
| +++ b/third_party/WebKit/Source/core/events/EventFactory.h
|
| @@ -52,7 +52,7 @@ class EventFactoryBase {
|
| class EventFactory final : public EventFactoryBase {
|
| public:
|
| static std::unique_ptr<EventFactory> create() {
|
| - return makeUnique<EventFactory>();
|
| + return WTF::makeUnique<EventFactory>();
|
| }
|
|
|
| Event* create(ExecutionContext*, const String& eventType) override;
|
|
|