| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-twice-manual.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-twice-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-twice-manual.html
 | 
| index c80aeb416958565fc6607488a1c9c70b2ca0399b..49f314178189aa70d0b7568358c7cfc6ddfabea8 100644
 | 
| --- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-twice-manual.html
 | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-twice-manual.html
 | 
| @@ -27,6 +27,6 @@ async_test(t => {
 | 
|    });
 | 
|    document.onfullscreenerror = t.unreached_func("fullscreenerror event");
 | 
|  
 | 
| -  trusted_request(div);
 | 
| +  trusted_request(t, div);
 | 
|  });
 | 
|  </script>
 | 
| 
 |