| Index: sdk/lib/html/src/dart2js_LocationWrapper.dart
|
| diff --git a/sdk/lib/html/src/dart2js_LocationWrapper.dart b/sdk/lib/html/src/dart2js_LocationWrapper.dart
|
| index 8c7e9441ebf5022052fad109f9b94fe154e6b649..d0c95399dc11801a7b04f87af31d7debf75b34e7 100644
|
| --- a/sdk/lib/html/src/dart2js_LocationWrapper.dart
|
| +++ b/sdk/lib/html/src/dart2js_LocationWrapper.dart
|
| @@ -2,6 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
|
|
| // On Firefox 11, the object obtained from 'window.location' is very strange.
|
| // It can't be monkey-patched and seems immune to putting methods on
|
|
|