Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: Source/core/timing/WorkerGlobalScopePerformance.idl

Issue 1219673003: Sync core/timing/ interfaces with their specs, or lack thereof (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/timing/WorkerGlobalScopePerformance.idl
diff --git a/Source/core/timing/WorkerGlobalScopePerformance.idl b/Source/core/timing/WorkerGlobalScopePerformance.idl
index 559003a02778b95ddb0bdef56568cc606ba84e76..2775d21dc05cf7d9823eaa9ceb26705f9af4ead7 100644
--- a/Source/core/timing/WorkerGlobalScopePerformance.idl
+++ b/Source/core/timing/WorkerGlobalScopePerformance.idl
@@ -28,6 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// TODO(philipj): There is no spec for Performance in workers:
Kunihiko Sakamoto 2015/07/10 06:37:55 Performance is defined here as [Exposed=(Window,Wo
philipj_slow 2015/07/10 08:18:14 You're right, this was a bit confused. There's a s
Kunihiko Sakamoto 2015/07/10 08:28:56 Got it. :) Thanks!
+// https://github.com/w3c/hr-time/issues/10
+
partial interface WorkerGlobalScope {
readonly attribute WorkerPerformance performance;
};

Powered by Google App Engine
This is Rietveld 408576698