mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1204938 - [Metrics] Address issue with user-timing events -- (from bug 1198517). r=janx
This commit is contained in:
parent
18d4039213
commit
d61d723a8f
@ -781,8 +781,7 @@ var performanceEntriesWatcher = {
|
||||
let defaultValue = this._supported.join(',');
|
||||
|
||||
SettingsListener.observe(setting, defaultValue, supported => {
|
||||
let value = supported || defaultValue;
|
||||
this._supported = value.split(',');
|
||||
this._supported = supported.split(',');
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user