Remove const from a bunch of StorageArea member functions
Created attachment 188606 [details] Patch
I think that this removes useful documentation from the code about which functions on the StorageArea interface are conceptually read-only. :(
(In reply to comment #2) > I think that this removes useful documentation from the code about which functions on the StorageArea interface are conceptually read-only. :( I don’t think it makes much sense to use const for an abstract class where implementations can do pretty much anything. That’s the reason why none of our client member functions are const.
Committed r143031: <http://trac.webkit.org/changeset/143031>