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

Unified Diff: lib/html/frog/html_frog.dart

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/frog/html_frog.dart
diff --git a/lib/html/frog/html_frog.dart b/lib/html/frog/html_frog.dart
index 8643d501d9e408500912ba3efd5e1720d4c53772..86092c2dcb907091a3eb75e22f3e70a2e516b13c 100644
--- a/lib/html/frog/html_frog.dart
+++ b/lib/html/frog/html_frog.dart
@@ -7706,7 +7706,7 @@ class _IceCandidateImpl implements IceCandidate native "*IceCandidate" {
class _ImageDataImpl implements ImageData native "*ImageData" {
- final _CanvasPixelArrayImpl data;
+ final _Uint8ClampedArrayImpl data;
final int height;
@@ -24384,7 +24384,7 @@ interface IDBObjectStore {
void deleteIndex(String name);
/** @domName IDBObjectStore.getObject */
- IDBRequest getObject(/*IDBKey*/ key);
+ IDBRequest getObject(key);
/** @domName IDBObjectStore.index */
IDBIndex index(String name);
@@ -24616,7 +24616,7 @@ interface IceCandidate default _IceCandidateFactoryProvider {
interface ImageData {
/** @domName ImageData.data */
- final CanvasPixelArray data;
+ final Uint8ClampedArray data;
/** @domName ImageData.height */
final int height;
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698