[chromium/mac] Unbreak popup menus.
Created attachment 143685 [details] Patch
http://svn.webkit.org/repository/webkit/trunk@117607 added this function. The Chromium/Mac build doesn't use the file added in that change. Adding it doesn't help, as the category calls a 10.7-only function. Just don't use the category for chromium/mac.
Comment on attachment 143685 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=143685&action=review > Source/WebCore/platform/mac/WebCoreNSCellExtras.m:25 > +#include "config.h" I think you can remove this.
(In reply to comment #2) > http://svn.webkit.org/repository/webkit/trunk@117607 added this function. The Chromium/Mac build doesn't use the file added in that change. Adding it doesn't help, as the category calls a 10.7-only function. Just don't use the category for chromium/mac. It would be nice if this explanation was in the change log as it is much more informative than what is in there now!
Created attachment 143688 [details] Patch
(In reply to comment #3) > (From update of attachment 143685 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=143685&action=review > > > Source/WebCore/platform/mac/WebCoreNSCellExtras.m:25 > > +#include "config.h" > > I think you can remove this. Thanks. I had an oldish WebKit checkout (from bisecting), and my checkout didn't have that line yet. Rebased.
Comment on attachment 143688 [details] Patch Clearing flags on attachment: 143688 Committed r118312: <http://trac.webkit.org/changeset/118312>
All reviewed patches have been landed. Closing bug.