Bug 197303 - propertyRegistry() was not overridden for SVGFEFloodElement and SVGFEMergeElement
Summary: propertyRegistry() was not overridden for SVGFEFloodElement and SVGFEMergeEle...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-04-25 18:51 PDT by Said Abou-Hallawa
Modified: 2019-04-26 09:32 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.66 KB, patch)
2019-04-25 18:56 PDT, Said Abou-Hallawa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2019-04-25 18:51:35 PDT
This part was missing when the tear-off objects were removed. Any change in the standard properties of these elements through DOM will fail because SVGElement:: commitPropertyChange() will not be able to find the attribute name of the SVGProperty.
Comment 1 Said Abou-Hallawa 2019-04-25 18:56:27 PDT
Created attachment 368295 [details]
Patch
Comment 2 Said Abou-Hallawa 2019-04-25 18:57:55 PDT
<rdar://problem/50113907>
Comment 3 WebKit Commit Bot 2019-04-26 09:32:31 PDT
Comment on attachment 368295 [details]
Patch

Clearing flags on attachment: 368295

Committed r244690: <https://trac.webkit.org/changeset/244690>
Comment 4 WebKit Commit Bot 2019-04-26 09:32:32 PDT
All reviewed patches have been landed.  Closing bug.