DescriptionDon't dispatch two 'load' events for external SVGScriptElement loads
If inserting an <svg:script> reference an external source via script,
ScriptLoaded would dispatch 'load' and then SVGScriptElement would
do the same. Drop the latter one.
Since this makes SVGScriptElement no longer use
SVGElement::sendSVGLoadEventIfPossibleAsynchronously(), drop the
svgLoadEventTimer() override and associated timer.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195604
Patch Set 1 #
Total comments: 2
Messages
Total messages: 6 (2 generated)
|