Chromium Code Reviews
DescriptionMake ExceptionState parameter of ContainerNode::querySelector() as an optional parameter
This patch makes |ExceptionState| parameter of |ContainerNode::querySelector()|
as an optional parameter to reduce source code size for improving code
readability and ease of writing tests, since there are lots of call of
|querySelector()| with |ASSERT_NO_EXCEPTION| in Blink unit tests.
BUG=n/a
TEST=n/a; no behavior changes
Committed: https://crrev.com/d7447926b684013f332153de1bd502dd2bcecb25
Cr-Commit-Position: refs/heads/master@{#407723}
Patch Set 1 : 2016-07-26T10:56:52 #Messages
Total messages: 16 (9 generated)
|