| Index: LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html
|
| diff --git a/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html b/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html
|
| index abcf4041f341c8c43385f708ed6422e521d6bceb..c66641126724e39a89c86a2e1734af56b48c5909 100644
|
| --- a/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html
|
| +++ b/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html
|
| @@ -7,7 +7,7 @@
|
| <script>
|
| description("Test instanceof functions and properties of URL and webkitURL.");
|
|
|
| -var url = new URL;
|
| +var url = new URL('http://www.domain.com/');
|
|
|
| shouldBeTrue("'createObjectURL' in URL");
|
| shouldBeTrue("'revokeObjectURL' in URL");
|
|
|