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

Unified Diff: sky/engine/core/dom/DocumentFragment.h

Issue 732203004: Clean up child checks in ContainerNode. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add back secondary hierarchy checks. Created 6 years, 1 month 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.cpp ('k') | sky/engine/core/dom/DocumentFragment.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/DocumentFragment.h
diff --git a/sky/engine/core/dom/DocumentFragment.h b/sky/engine/core/dom/DocumentFragment.h
index 680f8a6f32554426b6b68d0d822eb3ffb785ce90..6a6c9258fe1cefd5ee27d12a68a99f49a785d500 100644
--- a/sky/engine/core/dom/DocumentFragment.h
+++ b/sky/engine/core/dom/DocumentFragment.h
@@ -43,7 +43,6 @@ protected:
private:
virtual NodeType nodeType() const override final;
virtual PassRefPtr<Node> cloneNode(bool deep = true) override;
- virtual bool childTypeAllowed(NodeType) const override;
bool isDocumentFragment() const = delete; // This will catch anyone doing an unnecessary check.
};
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/dom/DocumentFragment.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698