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; |