| 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 31f3197595ef11ea00c2492576c872a909ce85c6..1b69f4681a1fbc43cac206db064ab45906905643 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 wrapUnique(new EventFactory());
|
| + return makeUnique<EventFactory>();
|
| }
|
|
|
| Event* create(ExecutionContext*, const String& eventType) override;
|
|
|