Bug 103578 - IndexedDB: Add forward declaration of SecurityOrigin to IDBBackingStore.h
Summary: IndexedDB: Add forward declaration of SecurityOrigin to IDBBackingStore.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-28 16:57 PST by Michael Pruett
Modified: 2012-11-28 17:47 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.53 KB, patch)
2012-11-28 17:02 PST, Michael Pruett
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Pruett 2012-11-28 16:57:36 PST
IDBBackingStore.h uses SecurityOrigin without declaring it. In order to enable compilation on JSC, a forward declaration of SecurityOrigin must be added to IDBBackingStore.h.
Comment 1 Michael Pruett 2012-11-28 17:02:14 PST
Created attachment 176605 [details]
Patch
Comment 2 Kentaro Hara 2012-11-28 17:07:48 PST
Comment on attachment 176605 [details]
Patch

I'm very happy to see your efforts to make IndexedDB available in JSC.
Comment 3 WebKit Review Bot 2012-11-28 17:47:24 PST
Comment on attachment 176605 [details]
Patch

Clearing flags on attachment: 176605

Committed r136079: <http://trac.webkit.org/changeset/136079>
Comment 4 WebKit Review Bot 2012-11-28 17:47:27 PST
All reviewed patches have been landed.  Closing bug.