RESOLVED FIXED135355
Should not export symbols for base64Encode inline adapter methods
https://bugs.webkit.org/show_bug.cgi?id=135355
Summary Should not export symbols for base64Encode inline adapter methods
Brian Burg
Reported 2014-07-28 14:36:16 PDT
(separate bug for root cause of 32bit build break) Looking at Base64.h, there are 4 adapters and 2 actual implementations, but all are marked WTF_EXPORT_PRIVATE. Since EncodedValue.h is included multiple places, it will trigger weak symbol problems that seem to have been latent in that header.
Attachments
Brian Burg
Comment 1 2014-07-28 14:47:51 PDT
Note You need to log in before you can comment on or make changes to this bug.