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