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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskDispatcher.h

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/CustomElementMicrotaskDispatcher.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
index ae54007ba12ff36e6d829b75bac539ad9b8ade03..3798b425e9202b5115a379ea385960d467f34b20 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
@@ -12,7 +12,6 @@
namespace WebCore {
-class CustomElementAsyncImportMicrotaskQueue;
class CustomElementCallbackQueue;
class CustomElementMicrotaskImportStep;
class CustomElementMicrotaskQueue;
@@ -59,7 +58,6 @@ private:
} m_phase;
RefPtrWillBeMember<CustomElementMicrotaskQueue> m_resolutionAndImports;
- RefPtrWillBeMember<CustomElementAsyncImportMicrotaskQueue> m_asyncImports;
WillBeHeapVector<RawPtrWillBeMember<CustomElementCallbackQueue> > m_elements;
};

Powered by Google App Engine
This is Rietveld 408576698