mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1063879. Speed up the "performance" getter on workers. r=peterv
This commit is contained in:
parent
0ea9a077a4
commit
2957b56f66
@ -50,5 +50,6 @@ partial interface WorkerGlobalScope {
|
||||
void dump(optional DOMString str);
|
||||
|
||||
// XXXbz no spec for this yet, because the webperf WG is a bit dysfunctional
|
||||
[Constant, Cached]
|
||||
readonly attribute Performance performance;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user