| 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;
|
|
|