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

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

Issue 503043003: Rename CustomElementCallbackDispatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: TBR added Created 6 years, 3 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/CustomElementMicrotaskQueueBase.cpp
diff --git a/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp b/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp
index 102d2df543a9253656e642e47b641b9341207ecd..db9a4d43fb4d815f58c7e9039057cd7e95ebac34 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp
+++ b/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp
@@ -5,7 +5,7 @@
#include "config.h"
#include "core/dom/custom/CustomElementMicrotaskQueueBase.h"
-#include "core/dom/custom/CustomElementCallbackDispatcher.h"
+#include "core/dom/custom/CustomElementProcessingStack.h"
namespace blink {
« no previous file with comments | « Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp ('k') | Source/core/dom/custom/CustomElementProcessingStack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698