| 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 ed3807771cffb6391a87b5c78fd08bc2107a16b8..c20d5d19bc2d7492de11454b042166e5c11811d5 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Range.idl
|
| @@ -75,6 +75,4 @@
|
| // https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#extensions-to-the-range-interface
|
| [NewObject, RaisesException, CustomElementCallbacks] DocumentFragment createContextualFragment(DOMString fragment);
|
|
|
| - // Non-standard API
|
| - [RaisesException, DeprecateAs=RangeExpand] void expand([Default=Undefined] optional DOMString unit);
|
| };
|
|
|