Chromium Code Reviews| Index: Source/core/dom/Node.h |
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
| index 7114f514e340b0a58b44987fb2e4902fc52134ec..c6fcd05a60fdb1c5e39bac3d30f96fb7f89c5faf 100644 |
| --- a/Source/core/dom/Node.h |
| +++ b/Source/core/dom/Node.h |
| @@ -209,7 +209,7 @@ public: |
| Node* firstChild() const; |
| Node* lastChild() const; |
| - void remove(ExceptionState&); |
| + void remove(ExceptionState& = ASSERT_NO_EXCEPTION); |
| Node* pseudoAwareNextSibling() const; |
| Node* pseudoAwarePreviousSibling() const; |