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

Unified Diff: sky/engine/core/dom/Document.cpp

Issue 950523002: Delete sky/engine/core/dom/custom (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « sky/engine/core/dom/Document.h ('k') | sky/engine/core/dom/Element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Document.cpp
diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
index 2c954d23de3632a453fcfa27db1c6bedbb192f53..bf1c8b4d6e6b65d7504cdc768688a4422924bd25 100644
--- a/sky/engine/core/dom/Document.cpp
+++ b/sky/engine/core/dom/Document.cpp
@@ -66,7 +66,6 @@
#include "sky/engine/core/dom/StaticNodeList.h"
#include "sky/engine/core/dom/StyleEngine.h"
#include "sky/engine/core/dom/Text.h"
-#include "sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h"
#include "sky/engine/core/dom/custom2/new_custom_element_registry.h"
#include "sky/engine/core/dom/shadow/ElementShadow.h"
#include "sky/engine/core/dom/shadow/ShadowRoot.h"
@@ -423,13 +422,6 @@ void Document::registerElement(const AtomicString& name, PassRefPtr<DartValue> t
m_elementRegistry->RegisterElement(name, type);
}
-CustomElementMicrotaskRunQueue* Document::customElementMicrotaskRunQueue()
-{
- if (!m_customElementMicrotaskRunQueue)
- m_customElementMicrotaskRunQueue = CustomElementMicrotaskRunQueue::create();
- return m_customElementMicrotaskRunQueue.get();
-}
-
void Document::setImportsController(HTMLImportsController* controller)
{
ASSERT(!m_importsController || !controller);
« no previous file with comments | « sky/engine/core/dom/Document.h ('k') | sky/engine/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698