| Index: Source/core/dom/CustomElementConstructor.cpp
|
| diff --git a/Source/core/dom/CustomElementConstructor.cpp b/Source/core/dom/CustomElementConstructor.cpp
|
| index d7205b4941aff8ea787e57122ef5b37a31a50b0b..b141a586fd5e470feb653016864494b6e7480339 100644
|
| --- a/Source/core/dom/CustomElementConstructor.cpp
|
| +++ b/Source/core/dom/CustomElementConstructor.cpp
|
| @@ -32,11 +32,11 @@
|
|
|
| #include "core/dom/CustomElementConstructor.h"
|
|
|
| -#include "CustomElementHelpers.h"
|
| #include "HTMLElement.h"
|
| #include "HTMLNames.h"
|
| #include "SVGElement.h"
|
| #include "SVGNames.h"
|
| +#include "bindings/v8/CustomElementHelpers.h"
|
| #include "core/dom/Document.h"
|
| #include <wtf/Assertions.h>
|
|
|
|
|