| Index: lib/html/dartium/html_dartium.dart
|
| diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
|
| index cd835f90f579d4cd3d7563de51b971ab145b2dbf..6caae0fa50aaafbbab332ccbd59b1134774d5617 100644
|
| --- a/lib/html/dartium/html_dartium.dart
|
| +++ b/lib/html/dartium/html_dartium.dart
|
| @@ -40528,8 +40528,6 @@ abstract class Window implements EventTarget {
|
|
|
| void cancelAnimationFrame(int id);
|
|
|
| - IDBFactory get indexedDB;
|
| -
|
| /**
|
| * Creates a new object URL for the specified object. The URL will be
|
| * available until revokeObjectUrl is called.
|
| @@ -41148,8 +41146,6 @@ class _DOMWindowImpl extends _EventTargetImpl implements Window {
|
|
|
| void cancelAnimationFrame(int id) => webkitCancelAnimationFrame(id);
|
|
|
| - IDBFactory get indexedDB => webkitIndexedDB;
|
| -
|
| // TODO(kasperl): Document these.
|
| lookupPort(String name) {
|
| var port = JSON.parse(localStorage['dart-port:$name']);
|
|
|