| Index: client/html/release/htmlimpl.dart
|
| diff --git a/client/html/release/htmlimpl.dart b/client/html/release/htmlimpl.dart
|
| index 950922203c7f150ea8489f27d3c6ae70f2d3536d..68457b4fd5ad98232fc1dabc39512802d63efcd7 100644
|
| --- a/client/html/release/htmlimpl.dart
|
| +++ b/client/html/release/htmlimpl.dart
|
| @@ -10410,7 +10410,6 @@ class CSSMatrixFactoryProvider {
|
|
|
| class PointFactoryProvider {
|
|
|
| - /** @domName Window.createWebKitPoint */
|
| factory Point(num x, num y) {
|
| return new PointWrappingImplementation._wrap(new dom.WebKitPoint(x, y));
|
| }
|
| @@ -17191,7 +17190,6 @@ class XMLHttpRequestWrappingImplementation extends EventTargetWrappingImplementa
|
| XMLHttpRequestWrappingImplementation._wrap(
|
| dom.XMLHttpRequest ptr) : super._wrap(ptr);
|
|
|
| - /** @domName Window.createXMLHttpRequest */
|
| factory XMLHttpRequestWrappingImplementation() {
|
| return new XMLHttpRequestWrappingImplementation._wrap(
|
| new dom.XMLHttpRequest());
|
|
|