| Index: third_party/WebKit/Source/core/timing/PerformanceObserver.idl
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceObserver.idl b/third_party/WebKit/Source/core/timing/PerformanceObserver.idl
|
| index de04cb9eb7a449aad9654929ecc7f4a4b15bb127..f1c61a3df0be17042bc21aa5aa0aa4579260654f 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceObserver.idl
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceObserver.idl
|
| @@ -9,7 +9,6 @@ callback PerformanceObserverCallback = void (PerformanceObserverEntryList entrie
|
| [
|
| CustomConstructor(PerformanceObserverCallback callback),
|
| RuntimeEnabled=PerformanceObserver,
|
| - GarbageCollected,
|
| ] interface PerformanceObserver {
|
| [RaisesException] void observe(PerformanceObserverInit options);
|
| void disconnect();
|
|
|