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

Unified Diff: lib/dom/frog/dom_frog.dart

Issue 10203012: Regenerate libs. (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/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/frog/dom_frog.dart
diff --git a/lib/dom/frog/dom_frog.dart b/lib/dom/frog/dom_frog.dart
index 99bae17a4388b8cc2df53c5b9acbe206d91e59f1..9da5694b13c116a35d831350168868c58f4cd8a2 100644
--- a/lib/dom/frog/dom_frog.dart
+++ b/lib/dom/frog/dom_frog.dart
@@ -4377,7 +4377,7 @@ class _IceCandidateJs extends _DOMTypeJs implements IceCandidate native "*IceCan
class _ImageDataJs extends _DOMTypeJs implements ImageData native "*ImageData" {
- final _CanvasPixelArrayJs data;
+ final _Uint8ClampedArrayJs data;
final int height;
@@ -17210,7 +17210,7 @@ interface IDBObjectStore {
void deleteIndex(String name);
- IDBRequest getObject(/*IDBKey*/ key);
+ IDBRequest getObject(key);
IDBIndex index(String name);
@@ -17323,7 +17323,7 @@ interface IceCandidate default _IceCandidateFactoryProvider {
interface ImageData {
- final CanvasPixelArray data;
+ final Uint8ClampedArray data;
final int height;
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698