| Index: tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate b/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| index 191d2db93516572a90a96c2fe9d2c416bb2a3087..61fc7150a0350e5b6e9b6180ac2e9fee432f6886 100644
|
| --- a/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| @@ -22,7 +22,9 @@ $else
|
| }
|
| $endif
|
|
|
| + /// UNSTABLE: Chrome-only - create a Range from the given point.
|
| @DomName('Document.caretRangeFromPoint')
|
| + @Unstable()
|
| Range caretRangeFromPoint(int x, int y) {
|
| return _caretRangeFromPoint(x, y);
|
| }
|
|
|