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 360fc3af7e5c844fc4383087416a9c3d36bac6a9..88a4a36cf6b89c7ed54137810b616ea0bb4d9f8e 100644 |
--- a/third_party/WebKit/Source/core/dom/Range.idl |
+++ b/third_party/WebKit/Source/core/dom/Range.idl |
@@ -56,7 +56,7 @@ |
[RaisesException, CustomElementCallbacks] void surroundContents(Node newParent); |
[NewObject] Range cloneRange(); |
- [DeprecateAs=RangeDetach] void detach(); |
+ [MeasureAs=RangeDetach] void detach(); |
[RaisesException] boolean isPointInRange(Node node, long offset); |
[RaisesException] short comparePoint(Node node, long offset); |