| 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 a3464bfbdb4a58ab7e3e0d3d0226afa926b11d46..d61503b7b6abf9c0513106a2cb4741b2834c281e 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.idl
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // https://wicg.github.io/IntersectionObserver/#intersection-observer-callback
|
|
|
| -callback IntersectionObserverCallback = void (sequence<IntersectionObserverEntry> entries, IntersectionObserver observer);
|
| +[Custom] callback IntersectionObserverCallback = void (sequence<IntersectionObserverEntry> entries, IntersectionObserver observer);
|
|
|
| // https://wicg.github.io/IntersectionObserver/#intersection-observer-interface
|
|
|
|
|