Summary: | Move Storage member functions out of line | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||
Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Anders Carlsson
2013-05-17 16:30:27 PDT
Created attachment 202172 [details]
Patch
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? :) Committed r150309: <http://trac.webkit.org/changeset/150309> |