Chromium Code Reviews| Index: Source/core/dom/custom/CustomElementScheduler.cpp |
| diff --git a/Source/core/dom/custom/CustomElementScheduler.cpp b/Source/core/dom/custom/CustomElementScheduler.cpp |
| index 02ca2f50a7bd8a8b01679b353358c4254d284062..09e6135d5e8644a36b648a372205d50602d38822 100644 |
| --- a/Source/core/dom/custom/CustomElementScheduler.cpp |
| +++ b/Source/core/dom/custom/CustomElementScheduler.cpp |
| @@ -38,8 +38,8 @@ |
| #include "core/dom/custom/CustomElementLifecycleCallbacks.h" |
| #include "core/dom/custom/CustomElementMicrotaskDispatcher.h" |
| #include "core/dom/custom/CustomElementMicrotaskImportStep.h" |
| -#include "core/dom/custom/CustomElementMicrotaskQueue.h" |
| #include "core/dom/custom/CustomElementMicrotaskResolutionStep.h" |
| +#include "core/dom/custom/CustomElementPendingMicrotaskSet.h" |
|
dominicc (has gone to gerrit)
2014/06/18 00:11:28
Was this a spurious include? What needs this in he
Hajime Morrita
2014/06/18 00:57:06
Done.
|
| #include "core/dom/custom/CustomElementRegistrationContext.h" |
| #include "core/html/imports/HTMLImportChild.h" |