[Webkit-unassigned] [Bug 195863] New: Remove the SVG property tear off objects for SVGStringList
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 17 12:57:38 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=195863
Bug ID: 195863
Summary: Remove the SVG property tear off objects for
SVGStringList
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
CC: zimmermann at kde.org
Currently some of SVGElements store SVGStringListValues which is an array of Strings. When the DOM requests an interface of SVGStringList a tear off object of type SVGStaticListPropertyTearOff is created to encapsulate SVGStringListValues. Like what we did for SVGAnimatedInteger and SVGAnimatedBoolean, we are going to store Ref<SVGStringList> in the SVGElement.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190317/1304c454/attachment.html>
More information about the webkit-unassigned
mailing list