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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceObserver.idl

Issue 1873323002: Have bindings layer assume and insist that all interface types are GCed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 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: 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();

Powered by Google App Engine
This is Rietveld 408576698