Make StorageAreaMap dispatch session storage events
Created attachment 197647 [details] Patch
Comment on attachment 197647 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=197647&action=review > Source/WebKit2/WebProcess/Storage/StorageAreaMap.cpp:176 > + Storage* storage = frame->document()->domWindow()->optionalSessionStorage(); You could use you document variable here.
Committed r148219: <http://trac.webkit.org/changeset/148219>