| Index: third_party/WebKit/LayoutTests/webshare/share-types.html
|
| diff --git a/third_party/WebKit/LayoutTests/webshare/share-types.html b/third_party/WebKit/LayoutTests/webshare/share-types.html
|
| index ac183c28993acd9e8d46da47c17901b1feb97baf..64d8229b038da564cf9dba6c279176fc4c06eb18 100644
|
| --- a/third_party/WebKit/LayoutTests/webshare/share-types.html
|
| +++ b/third_party/WebKit/LayoutTests/webshare/share-types.html
|
| @@ -6,7 +6,7 @@
|
| <script>
|
|
|
| share_test((t, mock) => {
|
| - mock.pushShareResult('384957', '[object Object]', '', null);
|
| + mock.pushShareResult('384957', '[object Object]', null);
|
| return callWithKeyDown(() => navigator.share({title: 384957, text: {}}));
|
| }, 'share of types other than string (expect implicitly converted to string)');
|
|
|
|
|