Bug 116364 - Move Storage member functions out of line
Summary: Move Storage member functions out of line
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-17 16:30 PDT by Anders Carlsson
Modified: 2013-05-17 16:44 PDT (History)
0 users

See Also:


Attachments
Patch (4.85 KB, patch)
2013-05-17 16:33 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-17 16:30:27 PDT
Move Storage member functions out of line
Comment 1 Anders Carlsson 2013-05-17 16:33:45 PDT
Created attachment 202172 [details]
Patch
Comment 2 Andreas Kling 2013-05-17 16:35:59 PDT
Comment on attachment 202172 [details]
Patch

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

> Source/WebCore/storage/Storage.h:60
> +    RefPtr<StorageArea> m_storageArea;

Can we make this const someday? :)
Comment 3 Anders Carlsson 2013-05-17 16:44:53 PDT
Committed r150309: <http://trac.webkit.org/changeset/150309>