Bug 203278

Summary: [SVG2] Fix SVGSVGElement to conform with SVG2
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: SVGAssignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, dino, esprehn+autocc, ews-watchlist, fmalita, gyuyoung.kim, kondapallykalyan, pdr, schenney, sergio, simon.fraser, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 191292, 200143    
Attachments:
Description Flags
Patch
none
Patch none

Said Abou-Hallawa
Reported 2019-10-22 15:45:19 PDT
Attachments
Patch (20.25 KB, patch)
2019-10-22 17:42 PDT, Said Abou-Hallawa
no flags
Patch (19.33 KB, patch)
2019-10-23 17:56 PDT, Said Abou-Hallawa
no flags
Said Abou-Hallawa
Comment 1 2019-10-22 17:42:17 PDT
Simon Fraser (smfr)
Comment 2 2019-10-23 13:07:57 PDT
Comment on attachment 381638 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=381638&action=review > Source/WebCore/svg/SVGSVGElement.cpp:266 > + element.document().updateLayoutIgnorePendingStylesheets(); You can't call updateLayoutIgnorePendingStylesheets() and guarantee that the element is still valid. This function should keep a Ref<SVGElement> around. > Source/WebCore/svg/SVGSVGElement.cpp:272 > + element.document().updateLayoutIgnorePendingStylesheets(); Ditto.
Said Abou-Hallawa
Comment 3 2019-10-23 17:56:41 PDT
WebKit Commit Bot
Comment 4 2019-10-23 20:43:06 PDT
Comment on attachment 381758 [details] Patch Clearing flags on attachment: 381758 Committed r251527: <https://trac.webkit.org/changeset/251527>
WebKit Commit Bot
Comment 5 2019-10-23 20:43:08 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2019-10-23 20:44:14 PDT
Note You need to log in before you can comment on or make changes to this bug.