Bug 121814

Summary: Make the Mac build work with IndexedDB enabled
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, commit-queue, jsbell
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
Patch v1 ap: review+

Brady Eidson
Reported 2013-09-23 17:00:54 PDT
Make the Mac build work with IndexedDB enabled This patch cleans up various call sites that made bad assumptions about the platform and adds some stub method implementations to appease the linker. With this patch, enabling ENABLE_INDEXED_DATABASE will result in a functional Mac build with the API exposed to Javascript. But it won't do anything. This patch will *not* actually enable the feature for the Mac build, as there's no point in doing so (yet)
Attachments
Patch v1 (45.30 KB, patch)
2013-09-23 17:04 PDT, Brady Eidson
ap: review+
Brady Eidson
Comment 1 2013-09-23 17:04:06 PDT
Created attachment 212409 [details] Patch v1
Brady Eidson
Comment 2 2013-09-23 17:13:20 PDT
Note You need to log in before you can comment on or make changes to this bug.