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

Unified Diff: Source/bindings/core/v8/custom/V8NodeCustom.cpp

Issue 503043003: Rename CustomElementCallbackDispatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Full patch Created 6 years, 4 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/bindings/core/v8/custom/V8NodeCustom.cpp
diff --git a/Source/bindings/core/v8/custom/V8NodeCustom.cpp b/Source/bindings/core/v8/custom/V8NodeCustom.cpp
index f6fe2c05d3384146ae196cff8def2e86bef9994e..12ec700eacd0f53e7e6ed086f3af0f937bc97160 100644
--- a/Source/bindings/core/v8/custom/V8NodeCustom.cpp
+++ b/Source/bindings/core/v8/custom/V8NodeCustom.cpp
@@ -48,7 +48,7 @@
#include "bindings/core/v8/V8ShadowRoot.h"
#include "bindings/core/v8/V8Text.h"
#include "core/dom/Document.h"
-#include "core/dom/custom/CustomElementCallbackDispatcher.h"
+#include "core/dom/custom/CustomElementProcessingStack.h"
dominicc (has gone to gerrit) 2014/09/03 07:56:59 Is this even needed here? Probably someone removed
#include "core/dom/shadow/ShadowRoot.h"
#include "core/events/EventListener.h"
#include "wtf/RefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698