RESOLVED FIXED 120072
Use nullAtom instead of defining static local in Accessibility{Object, RenderObject}::actionVerb()
https://bugs.webkit.org/show_bug.cgi?id=120072
Summary Use nullAtom instead of defining static local in Accessibility{Object, Render...
Daniel Bates
Reported 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.
Attachments
Patch (3.13 KB, patch)
2013-08-20 10:58 PDT, Daniel Bates
cfleizach: review+
Radar WebKit Bug Importer
Comment 1 2013-08-20 10:09:26 PDT
Daniel Bates
Comment 2 2013-08-20 10:58:32 PDT
Daniel Bates
Comment 3 2013-08-20 11:11:59 PDT
Note You need to log in before you can comment on or make changes to this bug.