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

Unified Diff: Source/core/dom/Document.h

Issue 739433003: Remove CDATASection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 | « Source/core/dom/ContainerNode.h ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index f4dca90fc4876a5238d641491ad1418ed2e8c3a1..cfb03ea1d8cbef6ae7696516f0335366a7563d10 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -67,7 +67,6 @@ namespace blink {
class AnimationTimeline;
class AXObjectCache;
class Attr;
-class CDATASection;
class CSSStyleDeclaration;
class CSSStyleSheet;
class CanvasRenderingContext2D;
@@ -303,7 +302,6 @@ public:
PassRefPtrWillBeRawPtr<DocumentFragment> createDocumentFragment();
PassRefPtrWillBeRawPtr<Text> createTextNode(const String& data);
PassRefPtrWillBeRawPtr<Comment> createComment(const String& data);
- PassRefPtrWillBeRawPtr<CDATASection> createCDATASection(const String& data, ExceptionState&);
PassRefPtrWillBeRawPtr<ProcessingInstruction> createProcessingInstruction(const String& target, const String& data, ExceptionState&);
PassRefPtrWillBeRawPtr<Attr> createAttribute(const AtomicString& name, ExceptionState&);
PassRefPtrWillBeRawPtr<Attr> createAttributeNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState&, bool shouldIgnoreNamespaceChecks = false);
« no previous file with comments | « Source/core/dom/ContainerNode.h ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698