Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp

Issue 334253005: Custom Elements: Encapsulates Async and Sync Queues into one class. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..3dde5f7c9db090dae09f7254e71c0f8692c793ea 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp
+++ b/Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp
@@ -61,7 +61,7 @@ CustomElementMicrotaskImportStep::~CustomElementMicrotaskImportStep()
void CustomElementMicrotaskImportStep::parentWasChanged()
{
- m_queue = CustomElementMicrotaskQueue::create();
+ m_queue = CustomElementSyncMicrotaskQueue::create();
m_import.clear();
}

Powered by Google App Engine
This is Rietveld 408576698