| Index: third_party/WebKit/Source/core/editing/Selection.idl
|
| diff --git a/third_party/WebKit/Source/core/editing/Selection.idl b/third_party/WebKit/Source/core/editing/Selection.idl
|
| index 2f8b61c191522fd5ababff02dda29e5bdd0c8bdb..234d3e86beeccc688e427b0206c52beb1ef0eb19 100644
|
| --- a/third_party/WebKit/Source/core/editing/Selection.idl
|
| +++ b/third_party/WebKit/Source/core/editing/Selection.idl
|
| @@ -56,7 +56,7 @@
|
| [MeasureAs=SelectionSetBaseAndExtent, RaisesException] void setBaseAndExtent(Node? baseNode, long baseOffset,
|
| Node? extentNode, long extentOffset);
|
| [MeasureAs=SelectionSelectAllChildren, RaisesException] void selectAllChildren(Node node);
|
| - [MeasureAs=SelectionDeleteDromDocument, CustomElementCallbacks] void deleteFromDocument();
|
| + [MeasureAs=SelectionDeleteDromDocument, CEReactions, CustomElementCallbacks] void deleteFromDocument();
|
| [MeasureAs=SelectionContainsNode] boolean containsNode(Node node, optional boolean allowPartialContainment = false);
|
| [MeasureAs=SelectionDOMString] stringifier;
|
|
|
|
|