Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart

Issue 9106002: Revert "Revert "Refresh dart:dom"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix dartc issues Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart
index 095299fcef0972d49f3091942cf9637ae2b4220e..5950729bf55a1561facef6bd1d0ad43c68f99467 100644
--- a/client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart
@@ -48,8 +48,8 @@ class _IDBKeyRangeWrappingImplementation extends DOMWrapperBase implements IDBKe
return _lowerBound_2(this, bound_, open);
}
}
- static IDBKeyRange _lowerBound(receiver, bound_) native;
- static IDBKeyRange _lowerBound_2(receiver, bound_, open) native;
+ static IDBKeyRange _lowerBound(receiver, bound) native;
+ static IDBKeyRange _lowerBound_2(receiver, bound, open) native;
IDBKeyRange only(IDBKey value) {
return _only(this, value);
@@ -63,8 +63,8 @@ class _IDBKeyRangeWrappingImplementation extends DOMWrapperBase implements IDBKe
return _upperBound_2(this, bound_, open);
}
}
- static IDBKeyRange _upperBound(receiver, bound_) native;
- static IDBKeyRange _upperBound_2(receiver, bound_, open) native;
+ static IDBKeyRange _upperBound(receiver, bound) native;
+ static IDBKeyRange _upperBound_2(receiver, bound, open) native;
String get typeName() { return "IDBKeyRange"; }
}

Powered by Google App Engine
This is Rietveld 408576698