Bug 178144

Summary: AccessibilityRenderObject should not hold a raw pointer to RenderObject
Product: WebKit Reporter: zalan <zalan>
Component: AccessibilityAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, buildbot, cfleizach, commit-queue, dmazzoni, jcraig, jdiggs, koivisto, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

zalan
Reported 2017-10-10 14:14:16 PDT
the m_renderer's lifetime is not controlled by the AX object.
Attachments
Patch (20.65 KB, patch)
2017-10-10 14:25 PDT, zalan
no flags
Radar WebKit Bug Importer
Comment 1 2017-10-10 14:14:32 PDT
zalan
Comment 2 2017-10-10 14:25:51 PDT
chris fleizach
Comment 3 2017-10-10 14:31:39 PDT
Comment on attachment 323350 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=323350&action=review > Source/WebCore/accessibility/AccessibilityRenderObject.h:220 > + WeakPtr<RenderObject> m_renderer; can we move this to private, so fewer clients will be tempted to use it directly
zalan
Comment 4 2017-10-10 14:32:30 PDT
(In reply to chris fleizach from comment #3) > Comment on attachment 323350 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=323350&action=review > > > Source/WebCore/accessibility/AccessibilityRenderObject.h:220 > > + WeakPtr<RenderObject> m_renderer; > > can we move this to private, so fewer clients will be tempted to use it > directly Sure! Good idea.
zalan
Comment 5 2017-10-10 15:09:28 PDT
(In reply to zalan from comment #4) > (In reply to chris fleizach from comment #3) > > Comment on attachment 323350 [details] > > Patch > > > > View in context: > > https://bugs.webkit.org/attachment.cgi?id=323350&action=review > > > > > Source/WebCore/accessibility/AccessibilityRenderObject.h:220 > > > + WeakPtr<RenderObject> m_renderer; > > > > can we move this to private, so fewer clients will be tempted to use it > > directly > Sure! Good idea. If you don't mind, I'd rather do that in a separate patch.
WebKit Commit Bot
Comment 6 2017-10-10 15:47:34 PDT
Comment on attachment 323350 [details] Patch Clearing flags on attachment: 323350 Committed r223151: <http://trac.webkit.org/changeset/223151>
WebKit Commit Bot
Comment 7 2017-10-10 15:47:35 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.