| 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 a0868296db87c2b5e78a646ef3bc643152de543d..bf10ddd5da137b8548268efc579d5eeb8cc37211 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -101,7 +101,7 @@ class CORE_EXPORT ContainerNode : public Node {
|
| Element* querySelector(const AtomicString& selectors,
|
| ExceptionState& = ASSERT_NO_EXCEPTION);
|
| StaticElementList* querySelectorAll(const AtomicString& selectors,
|
| - ExceptionState&);
|
| + ExceptionState& = ASSERT_NO_EXCEPTION);
|
|
|
| Node* insertBefore(Node* newChild,
|
| Node* refChild,
|
|
|