Bug 116360 - Remove dead local storage code
Summary: Remove dead local storage code
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: Anders Carlsson
URL:
Keywords:
Depends on: 116390
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-17 16:03 PDT by Anders Carlsson
Modified: 2013-05-18 03:02 PDT (History)
2 users (show)

See Also:


Attachments
Patch (32.33 KB, patch)
2013-05-17 16:04 PDT, Anders Carlsson
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-05-17 16:03:11 PDT
Remove dead local storage code
Comment 1 Anders Carlsson 2013-05-17 16:04:24 PDT
Created attachment 202168 [details]
Patch
Comment 2 Anders Carlsson 2013-05-17 16:05:36 PDT
Committed r150305: <http://trac.webkit.org/changeset/150305>
Comment 3 Chris Dumez 2013-05-18 02:02:00 PDT
For the record, the code was not dead for everyone. It was still used for IndexedDB. I think I will temporarily disable INDEXED_DATABASE at compile time to fix the EFL WK2 build.