Move Storage member functions out of line
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>