Bug 1063879. Speed up the "performance" getter on workers. r=peterv

This commit is contained in:
Boris Zbarsky 2014-11-07 14:10:39 -05:00
parent 0ea9a077a4
commit 2957b56f66

View File

@ -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;
};