| Index: tools/dom/templates/html/impl/impl_Window.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Window.darttemplate b/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| index 1c887777f862a644b825817c1cc583490ab3dcc3..f953be63f04f63804aac69f717adcdb2815ff90e 100644
|
| --- a/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| @@ -220,7 +220,7 @@ $endif
|
| * convertPointFromNodeToPage and convertPointFromPageToNode are removed.
|
| * see http://dev.w3.org/csswg/cssom-view/#geometry
|
| */
|
| - static bool get supportsPointConversions => _DomPoint.supported;
|
| + static bool get supportsPointConversions => true;
|
| $!MEMBERS
|
|
|
| /**
|
|
|