| 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;
|
|
|