DescriptionAdd [TypeChecking=Interface] to XSLTProcessor interface
Also make affected arguments (to importNode() and transformTo*()) non-
optional, like in Firefox. It makes no sense to call either function
without any of the arguments, and the previous behavior was to fail
silently in that case.
Also make the return type of transformTo*() nullable to reflect how they
are actually implemented; they currently return null on failure.
BUG=462561
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191639
Patch Set 1 #Patch Set 2 : update test #Patch Set 3 : update test #
Messages
Total messages: 9 (4 generated)
|