mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 638083 - browser_tabview_orphaned_tabs.js | tabview assert: callback arg must be a function [r=ian, a=test]
--HG-- extra : rebase_source : 76ddb0bfc89740c72da5e8252ce0ee45280aa8dc
This commit is contained in:
parent
c970255e7a
commit
a97458a839
@ -44,7 +44,7 @@ function onTabViewWindowLoaded() {
|
||||
|
||||
let checkAndFinish = function() {
|
||||
// 4) check existence of stored group data for tab before finishing
|
||||
let tabData = contentWindow.Storage.getTabData(tabItem.tab);
|
||||
let tabData = contentWindow.Storage.getTabData(tabItem.tab, function () {});
|
||||
ok(tabData && contentWindow.TabItems.storageSanity(tabData) && tabData.groupID,
|
||||
"Tab two has stored group data");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user