StorageAreaProxy should know its quota
Created attachment 189178 [details] Patch
Comment on attachment 189178 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=189178&action=review > Source/WebKit2/WebProcess/Storage/StorageAreaProxy.cpp:97 > + exceptionCode = 0; I think we usually call this ec. > Source/WebKit2/WebProcess/Storage/StorageNamespaceProxy.h:58 > + unsigned m_quota; What units is this in terms of. Please either add a comment or make the name more descriptive.
Committed r143396: <http://trac.webkit.org/changeset/143396>