| Index: lib/dom/src/native_FactoryProvidersImplementation.dart
|
| diff --git a/lib/dom/src/native_FactoryProvidersImplementation.dart b/lib/dom/src/native_FactoryProvidersImplementation.dart
|
| index b415c6d1d4a41236571c3bf5bc063e3981e11077..ae6d168e34b69e454c9ec4f540ec3f59fc0101f4 100644
|
| --- a/lib/dom/src/native_FactoryProvidersImplementation.dart
|
| +++ b/lib/dom/src/native_FactoryProvidersImplementation.dart
|
| @@ -20,4 +20,9 @@ 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) "IDBKeyRange_lowerBound_Callback";
|
| + static IDBKeyRange IDBKeyRange_upperBound(bound, open) "IDBKeyRange_upperBound_Callback";
|
| + static IDBKeyRange IDBKeyRange_bound(lower, upper, lowerOpen, upperOpen) native "IDBKeyRange_bound_Callback";
|
| }
|
|
|