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

Unified Diff: lib/dom/idl/dart/dart.idl

Issue 10073013: Drop DatabaseBuilder.set_same_signatures method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | lib/dom/scripts/databasebuilder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/idl/dart/dart.idl
diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl
index 6f5ba743a0756f02b1e13ce2e8155b59f167cd79..75c53510e9b081193b0ade1e6472f736820609a4 100644
--- a/lib/dom/idl/dart/dart.idl
+++ b/lib/dom/idl/dart/dart.idl
@@ -193,7 +193,7 @@ module canvas {
[Supplemental]
interface Uint8ClampedArray {
// Avoid 'overriding static member BYTES_PER_ELEMENT'.
- [Suppressed] const unsigned int BYTES_PER_ELEMENT = 1;
+ [Suppressed] const long BYTES_PER_ELEMENT = 1;
Anton Muhin 2012/04/17 10:59:04 does this bring us closer to upstream?
podivilov 2012/04/18 10:37:01 Not really, but now the type of this suppressed co
[Suppressed] void set();
[DartName=setElements, Custom] void set(in any array, in optional unsigned long offset);
« no previous file with comments | « no previous file | lib/dom/scripts/databasebuilder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698