Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl |
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl b/third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl |
| index 897b0e3f98ca94a15558952e8d82abdb2f3773bd..f333646a8b123c95ac977fca1077513d04219843 100644 |
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl |
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl |
| @@ -8,5 +8,6 @@ |
| RuntimeEnabled=IntersectionObserver |
| ] dictionary IntersectionObserverInit { |
| Element? root; |
| + DOMString rootMargin; |
| (double or double[]) threshold = 0; |
| }; |