Chromium Code Reviews| Index: Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp |
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp b/Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp |
| index 36032aad8bbd296744bddbc9b28e07be8915810d..dbf39679d5d7106c7cc7e72a3571868afb5a3783 100644 |
| --- a/Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp |
| +++ b/Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp |
| @@ -32,7 +32,7 @@ |
| #include "core/dom/custom/CustomElementMicrotaskImportStep.h" |
| #include "core/dom/custom/CustomElementMicrotaskDispatcher.h" |
| -#include "core/dom/custom/CustomElementMicrotaskQueue.h" |
| +#include "core/dom/custom/CustomElementPendingMicrotaskSet.h" |
|
dominicc (has gone to gerrit)
2014/06/18 00:11:28
What uses this include?
|
| #include "core/html/imports/HTMLImportChild.h" |
| #include "core/html/imports/HTMLImportLoader.h" |
| #include <stdio.h> |
| @@ -61,7 +61,7 @@ CustomElementMicrotaskImportStep::~CustomElementMicrotaskImportStep() |
| void CustomElementMicrotaskImportStep::parentWasChanged() |
| { |
| - m_queue = CustomElementMicrotaskQueue::create(); |
| + m_queue = CustomElementSyncMicrotaskQueue::create(); |
| m_import.clear(); |
| } |