| Index: third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| diff --git a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| index 050a9206bd2aab00a295eacf41888a383ac602e9..679c100ab5ca88874bb74473c05f4baa6e99b0e2 100644
|
| --- a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| +++ b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| @@ -33,8 +33,8 @@ let mockImageCaptureReady = define(
|
| }
|
|
|
| takePhoto(source_id) {
|
| - return Promise.resolve({ mime_type : 'image/cat',
|
| - data : "(,,,)=(^.^)=(,,,)" });
|
| + return Promise.resolve({ blob : { mime_type : 'image/cat',
|
| + data : new Array(2) } });
|
| }
|
|
|
| capabilities() {
|
|
|