Bug 114472 - Implement removing storage area items
Summary: Implement removing storage area items
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:
Blocks:
 
Reported: 2013-04-11 16:00 PDT by Anders Carlsson
Modified: 2013-04-11 16:25 PDT (History)
0 users

See Also:


Attachments
Patch (12.71 KB, patch)
2013-04-11 16:05 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-04-11 16:00:47 PDT
Implement removing storage area items
Comment 1 Anders Carlsson 2013-04-11 16:05:51 PDT
Created attachment 197689 [details]
Patch
Comment 2 Beth Dakin 2013-04-11 16:22:31 PDT
Comment on attachment 197689 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=197689&action=review

> Source/WebKit2/WebProcess/Storage/StorageAreaMap.cpp:169
> +    printf("did remove!\n");

printf!
Comment 3 Anders Carlsson 2013-04-11 16:25:31 PDT
Committed r148245: <http://trac.webkit.org/changeset/148245>