Bug 115673 - Every LocalStorageDatabase should know about its tracker
Summary: Every LocalStorageDatabase should know about its tracker
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-05-06 14:01 PDT by Anders Carlsson
Modified: 2013-05-06 14:06 PDT (History)
0 users

See Also:


Attachments
Patch (4.86 KB, patch)
2013-05-06 14:02 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (4.86 KB, patch)
2013-05-06 14:04 PDT, Anders Carlsson
kling: 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-06 14:01:53 PDT
Every LocalStorageDatabase should know about its tracker
Comment 1 Anders Carlsson 2013-05-06 14:02:13 PDT
Created attachment 200806 [details]
Patch
Comment 2 Andreas Kling 2013-05-06 14:03:45 PDT
Comment on attachment 200806 [details]
Patch

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

> Source/WebKit2/UIProcess/Storage/LocalStorageDatabase.h:80
> +    PassRefPtr<LocalStorageDatabaseTracker> m_tracker;

wat
Comment 3 Anders Carlsson 2013-05-06 14:04:35 PDT
Created attachment 200807 [details]
Patch
Comment 4 Anders Carlsson 2013-05-06 14:06:48 PDT
Committed r149639: <http://trac.webkit.org/changeset/149639>