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 d5a85672ac1ec6e7e973e45927eb6904247b0264..80b77ee6d989466067c97132b8eb09f491f873f4 100644 |
--- a/third_party/WebKit/Source/core/dom/Range.idl |
+++ b/third_party/WebKit/Source/core/dom/Range.idl |
@@ -68,8 +68,8 @@ |
// https://dev.w3.org/csswg/cssom-view/#extensions-to-the-range-interface |
// FIXME: getClientRect() and getBoundingClientRect() should |
// return DOMRectList and DOMRect respectively. |
- ClientRectList getClientRects(); |
- ClientRect getBoundingClientRect(); |
+ [Measure] ClientRectList getClientRects(); |
+ [Measure] ClientRect getBoundingClientRect(); |
// DOM Parsing and Serialization |
// https://w3c.github.io/DOM-Parsing/#extensions-to-the-range-interface |