| Index: third_party/WebKit/Source/core/dom/ResizeObserverEntry.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/ResizeObserverEntry.idl b/third_party/WebKit/Source/core/dom/ResizeObserverEntry.idl
|
| index d7c427aea3649e65cf5c1c49ee6ccc9c24c0020d..be2f7c5e248fae8fc341955a75f0a73a22135128 100644
|
| --- a/third_party/WebKit/Source/core/dom/ResizeObserverEntry.idl
|
| +++ b/third_party/WebKit/Source/core/dom/ResizeObserverEntry.idl
|
| @@ -9,5 +9,5 @@
|
| ] interface ResizeObserverEntry {
|
| readonly attribute Element target;
|
| // FIXME(atotic): should return DOMReadOnlyRect once GeometryInterfaces land
|
| - readonly attribute ClientRect contentRect;
|
| + readonly attribute DOMRect contentRect;
|
| };
|
|
|