| Index: third_party/WebKit/Source/core/dom/Range.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Range.idl b/third_party/WebKit/Source/core/dom/Range.idl
|
| index 5c45326b79f6a9c2d0232170dc092e41ae5bdd99..f761da665510cfd67f2d4104001e1a89ab9376f2 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Range.idl
|
| @@ -67,7 +67,7 @@
|
| // FIXME: getClientRect() and getBoundingClientRect() should
|
| // return DOMRectList and DOMRect respectively.
|
| ClientRectList getClientRects();
|
| - ClientRect getBoundingClientRect();
|
| + DOMRect getBoundingClientRect();
|
|
|
| // DOM Parsing and Serialization
|
| // https://w3c.github.io/DOM-Parsing/#extensions-to-the-range-interface
|
|
|