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

Unified Diff: third_party/WebKit/Source/core/dom/IntersectionObserver.idl

Issue 2671553003: Remove uses of VisitDOMWrapper (Closed)
Patch Set: Add DependentLifetime when removing Custom=VisitDOMWrapper Created 3 years, 10 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/IntersectionObserver.idl
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.idl b/third_party/WebKit/Source/core/dom/IntersectionObserver.idl
index d61503b7b6abf9c0513106a2cb4741b2834c281e..1b31daea8183a749d7ab4a8997b4bc7931d6099c 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserver.idl
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.idl
@@ -10,9 +10,9 @@
[
CustomConstructor(IntersectionObserverCallback callback, optional IntersectionObserverInit options),
- Custom=VisitDOMWrapper,
MeasureAs=IntersectionObserver_Constructor,
RuntimeEnabled=IntersectionObserver,
+ DependentLifetime,
] interface IntersectionObserver {
readonly attribute Element? root;
readonly attribute DOMString rootMargin;
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSStyleRule.idl ('k') | third_party/WebKit/Source/core/dom/MutationObserver.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698