Bug 120072 - Use nullAtom instead of defining static local in Accessibility{Object, RenderObject}::actionVerb()
Summary: Use nullAtom instead of defining static local in Accessibility{Object, Render...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-08-20 10:09 PDT by Daniel Bates
Modified: 2013-08-20 11:11 PDT (History)
9 users (show)

See Also:


Attachments
Patch (3.13 KB, patch)
2013-08-20 10:58 PDT, Daniel Bates
cfleizach: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2013-08-20 10:09:12 PDT
As pointed out by Darin Adler in comment 5 bug #119914, we should use the global variable nullAtom instead of defining a static local variable to represent a null string.
Comment 1 Radar WebKit Bug Importer 2013-08-20 10:09:26 PDT
<rdar://problem/14785714>
Comment 2 Daniel Bates 2013-08-20 10:58:32 PDT
Created attachment 209208 [details]
Patch
Comment 3 Daniel Bates 2013-08-20 11:11:59 PDT
Committed r154343: <http://trac.webkit.org/changeset/154343>