| Index: third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.cpp
|
| index 5fa373da1af3f9f2eba0c64af4f801e831dce53c..28a45e752735b2b9c175793219c9a9fdd2a05b1f 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.cpp
|
| @@ -24,7 +24,7 @@
|
| #include "core/dom/custom/V0CustomElementRegistrationContext.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| -#include "wtf/Allocator.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|