| Index: lib/dom/src/native_FactoryProvidersImplementation.dart
|
| diff --git a/lib/dom/src/native_FactoryProvidersImplementation.dart b/lib/dom/src/native_FactoryProvidersImplementation.dart
|
| index 327c2bad414e9de89abf5a595ade57ce55e859d2..b415c6d1d4a41236571c3bf5bc063e3981e11077 100644
|
| --- a/lib/dom/src/native_FactoryProvidersImplementation.dart
|
| +++ b/lib/dom/src/native_FactoryProvidersImplementation.dart
|
| @@ -20,9 +20,4 @@ class FactoryProviderImplementation {
|
|
|
| static WebKitPoint createWebKitPoint(num x, num y) native "WebKitPoint_constructor_Callback";
|
| static WebSocket createWebSocket(String url) native "WebSocket_constructor_Callback";
|
| -
|
| - static IDBKeyRange IDBKeyRange_only(value) native "IDBKeyRange_only_Callback";
|
| - static IDBKeyRange IDBKeyRange_lowerBound(bound, open) native "IDBKeyRange_lowerBound_Callback";
|
| - static IDBKeyRange IDBKeyRange_upperBound(bound, open) native "IDBKeyRange_upperBound_Callback";
|
| - static IDBKeyRange IDBKeyRange_bound(lower, upper, lowerOpen, upperOpen) native "IDBKeyRange_bound_Callback";
|
| }
|
|
|