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

Unified Diff: third_party/WebKit/Source/core/dom/IntersectionObserverEntry.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/dom/IntersectionObserverEntry.idl
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
index 6c032663ca6b8d6b87aa9b06fc0d4264f7d72cf2..3a6956c2867395178ae1bbd6821fccaf312510b2 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
@@ -5,7 +5,6 @@
// https://github.com/slightlyoff/IntersectionObserver
[
- GarbageCollected,
RuntimeEnabled=IntersectionObserver,
] interface IntersectionObserverEntry {
readonly attribute ClientRect boundingClientRect;
« no previous file with comments | « third_party/WebKit/Source/core/dom/IntersectionObserver.idl ('k') | third_party/WebKit/Source/core/dom/Iterator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698