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

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

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switch from microtask to timer for firing events. 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/Performance.idl
diff --git a/Source/core/timing/Performance.idl b/Source/core/timing/Performance.idl
index 6a8fab6b0030ec60e72d6f7d0230919d69f66bae..c79a7484d05d3cce0d255bcf1e498de59afbe557 100644
--- a/Source/core/timing/Performance.idl
+++ b/Source/core/timing/Performance.idl
@@ -35,7 +35,9 @@
// would allow the WorkerPerformance interface to be merged into this.
// TODO(philipj): None of the optional DOMString arguments in this interface
// should have a default value.
-interface Performance : EventTarget {
+[
+ GarbageCollected
+] interface Performance : EventTarget {
DOMHighResTimeStamp now();
// Performance Timeline

Powered by Google App Engine
This is Rietveld 408576698