Bug 118170

Summary: Merge SVGLangSpace into SVGElement
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: SVGAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, darin, d-r, esprehn+autocc, fmalita, haraken, laszlo.gombos, pdr, schenney, zimmermann
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://svgwg.org/svg2-draft/types.html#InterfaceSVGElement
See Also: https://bugs.webkit.org/show_bug.cgi?id=26371
Bug Depends on:    
Bug Blocks: 118353    
Attachments:
Description Flags
Patch none

Description Chris Dumez 2013-06-27 23:29:23 PDT
As per the latest SVG specification, we should merge SVGLangSpace interface into SVGElement:
https://svgwg.org/svg2-draft/types.html#InterfaceSVGElement

This is one step towards getting rid of multiple inheritance in SVG (Which is no longer supported in Web IDL) and matching the SVG2 specification.

Corresponding Blink patch:
https://src.chromium.org/viewvc/blink?revision=153007&view=revision
Comment 1 Chris Dumez 2013-06-28 00:12:17 PDT
Created attachment 205674 [details]
Patch
Comment 2 Kentaro Hara 2013-06-28 00:28:34 PDT
Comment on attachment 205674 [details]
Patch

ok
Comment 3 WebKit Commit Bot 2013-06-28 01:35:19 PDT
Comment on attachment 205674 [details]
Patch

Clearing flags on attachment: 205674

Committed r152156: <http://trac.webkit.org/changeset/152156>
Comment 4 WebKit Commit Bot 2013-06-28 01:35:21 PDT
All reviewed patches have been landed.  Closing bug.