Bug 120072

Summary: Use nullAtom instead of defining static local in Accessibility{Object, RenderObject}::actionVerb()
Product: WebKit Reporter: Daniel Bates <dbates>
Component: AccessibilityAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, darin, dmazzoni, jdiggs, mario, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch cfleizach: review+

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>