RESOLVED FIXED 87141
!HAVE(ACCESSIBILITY) depends on AccessibilityObject::actionVerb in the Chromium Android build
https://bugs.webkit.org/show_bug.cgi?id=87141
Summary !HAVE(ACCESSIBILITY) depends on AccessibilityObject::actionVerb in the Chromi...
Adam Barth
Reported 2012-05-22 10:05:54 PDT
!HAVE(ACCESSIBILITY) depends on AccessibilityObject::actionVerb in the Chromium Android build
Attachments
Patch (2.86 KB, patch)
2012-05-22 10:07 PDT, Adam Barth
no flags
Patch (2.86 KB, patch)
2012-05-22 10:08 PDT, Adam Barth
no flags
Patch (2.88 KB, patch)
2012-05-22 10:19 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2012-05-22 10:07:43 PDT
Adam Barth
Comment 2 2012-05-22 10:08:26 PDT
Early Warning System Bot
Comment 3 2012-05-22 10:15:31 PDT
Adam Barth
Comment 4 2012-05-22 10:19:31 PDT
Peter Beverloo
Comment 5 2012-05-22 10:37:11 PDT
LGTM, thanks! I confirmed that this patch fixes the remaining linking error in a Chromium-Android build.
Eric Seidel (no email)
Comment 6 2012-05-22 11:28:39 PDT
Comment on attachment 143324 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=143324&action=review > Source/WebCore/accessibility/AccessibilityObject.cpp:1226 > +#if HAVE(ACCESSIBILITY) I'm surprised the rest of this file isn't wrapped in !ACCSSIBILITY
Adam Barth
Comment 7 2012-05-22 11:31:22 PDT
(In reply to comment #6) > (From update of attachment 143324 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=143324&action=review > > > Source/WebCore/accessibility/AccessibilityObject.cpp:1226 > > +#if HAVE(ACCESSIBILITY) > > I'm surprised the rest of this file isn't wrapped in !ACCSSIBILITY Me too! I tried that originally, but that didn't link on Qt. It might be worth studying why, but I don't have a Qt build to play with so I went with the path of least resistance.
WebKit Review Bot
Comment 8 2012-05-22 11:50:01 PDT
Comment on attachment 143324 [details] Patch Clearing flags on attachment: 143324 Committed r118012: <http://trac.webkit.org/changeset/118012>
WebKit Review Bot
Comment 9 2012-05-22 11:50:06 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.