| Index: lib/html/dart2js/html_dart2js.dart
|
| diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
|
| index 6b0ce85e4a2c1d09272b4c34c210bba8c128cdf6..d3b4f43d99c232d061528a0ba9ada0a9fa8b3a3b 100644
|
| --- a/lib/html/dart2js/html_dart2js.dart
|
| +++ b/lib/html/dart2js/html_dart2js.dart
|
| @@ -37024,28 +37024,6 @@ class _XMLHttpRequestUtils {
|
| // 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.
|
|
|
| -// IDBOpenRequest is not in WebKit but is needed for FireFox. Dartium will not
|
| -// implement this interface until it appears in the WebKit IDL.
|
| -//
|
| -// See:
|
| -// http://www.w3.org/TR/IndexedDB/#request-api
|
| -// http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#request-api
|
| -
|
| -interface IDBOpenDBRequest extends IDBRequest {
|
| -
|
| - IDBOpenDBRequestEvents get on();
|
| -}
|
| -
|
| -interface IDBOpenDBRequestEvents extends IDBRequestEvents {
|
| -
|
| - EventListenerList get blocked();
|
| -
|
| - EventListenerList get upgradeneeded();
|
| -}
|
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| -// 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.
|
| -
|
| _serialize(var message) {
|
| return new _JsSerializer().traverse(message);
|
| }
|
|
|