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

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

Issue 249563003: REGRESSION(r171966): Custom elements in async imports don't get upgrade. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/CustomElementMicrotaskResolutionStep.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h b/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h
index f77b2a885453da7a768769221d52f76dfabaaced..ff936ddaa737354a6c5acc1b71cb970be10bc1e7 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h
@@ -54,6 +54,10 @@ private:
virtual Result process() OVERRIDE;
+#if !defined(NDEBUG)
+ virtual void show(unsigned indent) OVERRIDE;
+#endif
+
RefPtr<CustomElementRegistrationContext> m_context;
RefPtr<Element> m_element;
CustomElementDescriptor m_descriptor;

Powered by Google App Engine
This is Rietveld 408576698