DescriptionHandle null argument for Selection.selectAllChildren()
Blink r186929 "Make some Selection function arguments non-optional"
mistakenly assumed that this cannot be null, but without strict type
checking it can be.
Per spec anything other than Node should throw a TypeError, but begin
by reverting to the old state. Add a test that would trigger this
assert for which the pass condition can be inverted later.
BUG=443721
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187530
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|