Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(441)

Unified Diff: Source/WebCore/page/IntersectionObserverCallback.idl

Issue 346930043: V1 of making sure that IO doesn't keep document alive longer than it should
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/page/IntersectionObserverCallback.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/IntersectionObserverCallback.idl
diff --git a/Source/WebCore/page/IntersectionObserverCallback.idl b/Source/WebCore/page/IntersectionObserverCallback.idl
index 7bc9fa44441d389b34dd6f9344e7123b7ff4aeb0..0df0ddd077451f9f48ded473dcb2fbdb58108611 100644
--- a/Source/WebCore/page/IntersectionObserverCallback.idl
+++ b/Source/WebCore/page/IntersectionObserverCallback.idl
@@ -26,5 +26,6 @@
// https://wicg.github.io/IntersectionObserver/
[
- Conditional=INTERSECTION_OBSERVER
+ Conditional=INTERSECTION_OBSERVER,
+ IsWeakCallback,
] callback IntersectionObserverCallback = void (sequence<IntersectionObserverEntry> entries, IntersectionObserver observer);
« no previous file with comments | « Source/WebCore/page/IntersectionObserverCallback.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b