RESOLVED FIXED125745
[iOS] Upstream changes to WebKit Public and Private headers
https://bugs.webkit.org/show_bug.cgi?id=125745
Summary [iOS] Upstream changes to WebKit Public and Private headers
Andy Estes
Reported 2013-12-14 17:31:40 PST
[iOS] Upstream changes to WebKit Public and Private headers
Attachments
[iOS] Upstream changes to WebKit Public and Private headers (97.75 KB, patch)
2013-12-14 17:34 PST, Andy Estes
mitz: review+
Andy Estes
Comment 1 2013-12-14 17:34:48 PST
Created attachment 219264 [details] [iOS] Upstream changes to WebKit Public and Private headers
mitz
Comment 2 2013-12-14 17:52:27 PST
Comment on attachment 219264 [details] [iOS] Upstream changes to WebKit Public and Private headers View in context: https://bugs.webkit.org/attachment.cgi?id=219264&action=review > Source/WebKit/mac/Misc/WebLocalizableStrings.h:41 > +#if TARGET_OS_IPHONE > +#if defined(__cplusplus) > +extern "C" { > +#endif > +#endif Can this be done unconditionally?
Andy Estes
Comment 3 2013-12-14 18:12:45 PST
(In reply to comment #2) > (From update of attachment 219264 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=219264&action=review > > > Source/WebKit/mac/Misc/WebLocalizableStrings.h:41 > > +#if TARGET_OS_IPHONE > > +#if defined(__cplusplus) > > +extern "C" { > > +#endif > > +#endif > > Can this be done unconditionally? Yes, I think so. Thanks for the review!
Andy Estes
Comment 4 2013-12-14 18:14:39 PST
(In reply to comment #3) > (In reply to comment #2) > > (From update of attachment 219264 [details] [details]) > > View in context: https://bugs.webkit.org/attachment.cgi?id=219264&action=review > > > > > Source/WebKit/mac/Misc/WebLocalizableStrings.h:41 > > > +#if TARGET_OS_IPHONE > > > +#if defined(__cplusplus) > > > +extern "C" { > > > +#endif > > > +#endif > > > > Can this be done unconditionally? > > Yes, I think so. > > Thanks for the review! Actually, it duplicates an unconditional extern "C" that already exists, so I'll just remove it.
Andy Estes
Comment 5 2013-12-15 13:10:57 PST
Note You need to log in before you can comment on or make changes to this bug.