| Index: third_party/WebKit/Source/core/dom/ContainerNode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| index 58a97a0bde65599694e21e9f4c1de8610f472b07..c84bf925b7a51b82864337abb7669ea01d68f8fc 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -83,7 +83,7 @@ public:
|
|
|
| unsigned countChildren() const;
|
|
|
| - Element* querySelector(const AtomicString& selectors, ExceptionState&);
|
| + Element* querySelector(const AtomicString& selectors, ExceptionState& = ASSERT_NO_EXCEPTION);
|
| StaticElementList* querySelectorAll(const AtomicString& selectors, ExceptionState&);
|
|
|
| Node* insertBefore(Node* newChild, Node* refChild, ExceptionState& = ASSERT_NO_EXCEPTION);
|
|
|