| Index: sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate
|
| ===================================================================
|
| --- sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate (revision 15525)
|
| +++ sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate (working copy)
|
| @@ -25,7 +25,7 @@
|
| // API level getter and setter for Location.
|
| // TODO: The cross domain safe wrapper can be inserted here or folded into
|
| // _LocationWrapper.
|
| - LocalLocation get location() {
|
| + LocalLocation get location {
|
| // Firefox work-around for Location. The Firefox location object cannot be
|
| // made to behave like a Dart object so must be wrapped.
|
| var result = _location;
|
| @@ -122,7 +122,7 @@
|
| this);
|
| }
|
|
|
| - IDBFactory get indexedDB() =>
|
| + IDBFactory get indexedDB =>
|
| JS('IDBFactory',
|
| '#.indexedDB || #.webkitIndexedDB || #.mozIndexedDB',
|
| this, this, this);
|
|
|