Bug 38521

Summary: New FileSystemPOSIX functions cause linker errors on Android
Product: WebKit Reporter: Steve Block <steveblock>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: android-webkit-unforking, commit-queue, kinuko
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Android   
OS: Android   
Attachments:
Description Flags
Patch none

Description Steve Block 2010-05-04 08:20:48 PDT
Android uses FileSystemPOSIX.cpp but also uses additional functions in FileSystemAndroid.cpp. http://trac.webkit.org/changeset/57182 added a number of new functions to FileSystemPOSIX.cpp, of which two (closeFile and writeToFile) are already present in FileSystemAndroid.cpp. This causes link errors on Android due to multiply defined symbols.
Comment 1 Steve Block 2010-05-04 08:45:47 PDT
Created attachment 55022 [details]
Patch
Comment 2 WebKit Commit Bot 2010-05-04 14:02:53 PDT
Comment on attachment 55022 [details]
Patch

Clearing flags on attachment: 55022

Committed r58774: <http://trac.webkit.org/changeset/58774>
Comment 3 WebKit Commit Bot 2010-05-04 14:02:58 PDT
All reviewed patches have been landed.  Closing bug.