Index: third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.idl |
diff --git a/third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.idl b/third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.idl |
index 0d34346c27f82dc97087fd5bec2d8a8b5d87fd16..0974971350202aac67f999aff4e9318fac3a79aa 100644 |
--- a/third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.idl |
+++ b/third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.idl |
@@ -7,7 +7,6 @@ |
[ |
RuntimeEnabled=PerformanceObserver, |
Exposed=(Window,Worker), |
- GarbageCollected, |
] interface PerformanceObserverEntryList { |
// TODO(philipj): getEntries() should take an optional FilterOptions argument. |
sequence<PerformanceEntry> getEntries(); |