DescriptionGet rid of multiple inheritence for SVGViewElement interface
Web IDL no longer supports multiple inheritence. As per the latest
specification SVGViewElement should only inherit from SVGElement.
'implements' statements are used for the rest. This patch refactors
the IDL files to match the latest specification:
http://www.w3.org/TR/SVG2/linking.html#InterfaceSVGViewElement
Note that there is a WebExposed change as SVGZoomAndPan used to be
exposed on the Window and it is not anymore. SVGZoomAndPan merely
supplements SVGViewElement and should not be exposed to JavaScript
according to the latest specification.
BUG=251772
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152827
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebase on master #Messages
Total messages: 13 (0 generated)
|