| 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 f953be63f04f63804aac69f717adcdb2815ff90e..81ee2b1b29856b60fdf1fcf52a18b4f0b29351a4 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 => true;
|
| + static bool get supportsPointConversions => DomPoint.supported;
|
| $!MEMBERS
|
|
|
| /**
|
|
|