DescriptionMake setBaseAndExtent's arguments non-optional
These arguments are already non-optional in Edge. Firefox doesn't
support setBaseAndExtent. In WebKit the arguments are still optional.
For the first three arguments, the risk is bounded by the
SelectionSetBaseAndExtentNull use counter, which rbyers@ reports as ~0%
on the stable channel. If the fourth argument is omitted the use counter
wouldn't catch that, however. (The use counter can also be triggered by
explicitly passing null, which is likely the most common case.)
BUG=460722
Committed: https://crrev.com/314d573dc2b6818487d403462c72476b8ba046ea
Cr-Commit-Position: refs/heads/master@{#388460}
Patch Set 1 #Patch Set 2 : fix more tests #Patch Set 3 : rebase #
Total comments: 2
Patch Set 4 : use collapse() where possible (one test) #Messages
Total messages: 23 (10 generated)
|