| Index: third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| index 6026be65c2a0a4b122dd09ce39742807a74165e7..71e2079b7f9e71ab546be27689d39ec3eef84ff8 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
|
| @@ -18,8 +18,8 @@
|
| #include "core/events/ErrorEvent.h"
|
| #include "core/html/HTMLElement.h"
|
| #include "core/html/imports/HTMLImportsController.h"
|
| +#include "platform/wtf/Allocator.h"
|
| #include "v8.h"
|
| -#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|