| 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
|
|
|