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

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: dry 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
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.
};

Powered by Google App Engine
This is Rietveld 408576698