Chromium Code Reviews| Index: Source/bindings/core/v8/custom/V8NodeCustom.cpp |
| diff --git a/Source/bindings/core/v8/custom/V8NodeCustom.cpp b/Source/bindings/core/v8/custom/V8NodeCustom.cpp |
| index f6fe2c05d3384146ae196cff8def2e86bef9994e..12ec700eacd0f53e7e6ed086f3af0f937bc97160 100644 |
| --- a/Source/bindings/core/v8/custom/V8NodeCustom.cpp |
| +++ b/Source/bindings/core/v8/custom/V8NodeCustom.cpp |
| @@ -48,7 +48,7 @@ |
| #include "bindings/core/v8/V8ShadowRoot.h" |
| #include "bindings/core/v8/V8Text.h" |
| #include "core/dom/Document.h" |
| -#include "core/dom/custom/CustomElementCallbackDispatcher.h" |
| +#include "core/dom/custom/CustomElementProcessingStack.h" |
|
dominicc (has gone to gerrit)
2014/09/03 07:56:59
Is this even needed here? Probably someone removed
|
| #include "core/dom/shadow/ShadowRoot.h" |
| #include "core/events/EventListener.h" |
| #include "wtf/RefPtr.h" |