| Index: Source/core/timing/Performance.idl
|
| diff --git a/Source/core/timing/Performance.idl b/Source/core/timing/Performance.idl
|
| index 50e62a8ff413366cfc5ac06465e896ce5ee07486..fbbfbe94e758bc02eaddf73fa003ed2786ac0b79 100644
|
| --- a/Source/core/timing/Performance.idl
|
| +++ b/Source/core/timing/Performance.idl
|
| @@ -30,9 +30,7 @@
|
| */
|
|
|
| // See: http://www.w3.org/TR/navigation-timing/
|
| -[
|
| - WillBeGarbageCollected
|
| -] interface Performance : EventTarget {
|
| +interface Performance : EventTarget {
|
| readonly attribute PerformanceNavigation navigation;
|
| readonly attribute PerformanceTiming timing;
|
| readonly attribute MemoryInfo memory;
|
| @@ -56,4 +54,3 @@
|
| // See http://www.w3.org/TR/hr-time/ for details.
|
| double now();
|
| };
|
| -
|
|
|