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

Unified Diff: Source/core/dom/CDATASection.cpp

Issue 130263005: Remove some childTypeAllowed implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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 | « Source/core/dom/CDATASection.h ('k') | Source/core/dom/Comment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CDATASection.cpp
diff --git a/Source/core/dom/CDATASection.cpp b/Source/core/dom/CDATASection.cpp
index ec61f0995a01983f30e8a0d0843fc4c8538d21ba..430d64de9816b575299534849bf261acfe681cc2 100644
--- a/Source/core/dom/CDATASection.cpp
+++ b/Source/core/dom/CDATASection.cpp
@@ -47,11 +47,6 @@ Node::NodeType CDATASection::nodeType() const
return CDATA_SECTION_NODE;
}
-bool CDATASection::childTypeAllowed(NodeType) const
-{
- return false;
-}
-
PassRefPtr<Text> CDATASection::cloneWithData(const String& data)
{
return create(document(), data);
« no previous file with comments | « Source/core/dom/CDATASection.h ('k') | Source/core/dom/Comment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698