Bug 115435 - More StorageTracker cleanup
Summary: More StorageTracker cleanup
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-30 11:33 PDT by Anders Carlsson
Modified: 2013-04-30 15:04 PDT (History)
0 users

See Also:


Attachments
Patch (5.06 KB, patch)
2013-04-30 11:35 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-04-30 11:33:16 PDT
More StorageTracker cleanup
Comment 1 Anders Carlsson 2013-04-30 11:35:11 PDT
Created attachment 200137 [details]
Patch
Comment 2 Andreas Kling 2013-04-30 11:54:10 PDT
Comment on attachment 200137 [details]
Patch

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

> Source/WebCore/storage/StorageTracker.cpp:-437
> -    ASSERT(isMainThread());

Removing this assert, I see.
Comment 3 Anders Carlsson 2013-04-30 15:04:50 PDT
Committed r149402: <http://trac.webkit.org/changeset/149402>