Chromium Code Reviews

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

Issue 106503002: Let Node.textContent never throw (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index a139faf87244edc40489ab7439e8dca63ccf213c..7ada89d3152291456f7ee852d61418e793937035 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -215,7 +215,7 @@ public:
String lookupNamespacePrefix(const AtomicString& namespaceURI, const Element* originalElement) const;
String textContent(bool convertBRsToNewlines = false) const;
- void setTextContent(const String&, ExceptionState&);
+ void setTextContent(const String&);
Node& lastDescendant() const;
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine