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

Unified Diff: sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp

Issue 665613003: Remove the ability to parse HTML fragments (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp
diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp b/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp
index 96d4f30d6cf84f74c8da42864e234dfdf90b1152..4497bc6f4b43419261da1e0d9aef7eb3b82e3dc0 100644
--- a/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp
+++ b/sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp
@@ -94,12 +94,4 @@ void CustomElementMicrotaskImportStep::trace(Visitor* visitor)
CustomElementMicrotaskStep::trace(visitor);
}
-#if !defined(NDEBUG)
-void CustomElementMicrotaskImportStep::show(unsigned indent)
-{
- fprintf(stderr, "%*sImport(wait=%d sync=%d, url=%s)\n", indent, "", shouldWaitForImport(), m_import && m_import->isSync(), m_import ? m_import->url().string().utf8().data() : "null");
- m_queue->show(indent + 1);
-}
-#endif
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698