| 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 14d72684ba79d79c661f29ddacd0983db5399268..dc647b1cbab099a18a790ab8c6d54ae66060afb6 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;
|
|
|