RESOLVED FIXED 116984
Return earlier if there's no session storage namespace
https://bugs.webkit.org/show_bug.cgi?id=116984
Summary Return earlier if there's no session storage namespace
Anders Carlsson
Reported 2013-05-29 12:14:32 PDT
Return earlier if there's no session storage namespace
Attachments
Patch (2.91 KB, patch)
2013-05-29 12:17 PDT, Anders Carlsson
thorton: review+
Anders Carlsson
Comment 1 2013-05-29 12:17:29 PDT
WebKit Commit Bot
Comment 2 2013-05-29 12:19:29 PDT
Attachment 203257 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/UIProcess/Storage/StorageManager.cpp']" exit_code: 1 Source/WebKit2/UIProcess/Storage/StorageManager.cpp:465: Missing spaces around >> [whitespace/operators] [3] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tim Horton
Comment 3 2013-05-29 12:40:34 PDT
Comment on attachment 203257 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=203257&action=review Seems ok. >> Source/WebKit2/UIProcess/Storage/StorageManager.cpp:465 >> + ASSERT((HashMap<uint64_t, RefPtr<SessionStorageNamespace>>::isValidKey(storageNamespaceID))); > > Missing spaces around >> [whitespace/operators] [3] We should file a bug about the stylebot.
Anders Carlsson
Comment 4 2013-05-29 12:43:15 PDT
Note You need to log in before you can comment on or make changes to this bug.