Bug 135355

Summary: Should not export symbols for base64Encode inline adapter methods
Product: WebKit Reporter: Brian Burg <burg>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: joepeck, mhahnenberg, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.