| Index: LayoutTests/fast/inspector-support/uncaught-dom3-exception.html
|
| diff --git a/LayoutTests/fast/inspector-support/uncaught-dom3-exception.html b/LayoutTests/fast/inspector-support/uncaught-dom3-exception.html
|
| index e85da9314ccc7cd49c26b45636cc80eeaff65a48..b975f53e9b6415f7fee0db778eeb255204447a85 100644
|
| --- a/LayoutTests/fast/inspector-support/uncaught-dom3-exception.html
|
| +++ b/LayoutTests/fast/inspector-support/uncaught-dom3-exception.html
|
| @@ -6,7 +6,7 @@ function onload()
|
| {
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| - document.appendChild(document.createElement());
|
| + document.appendChild(document.createElement('x'));
|
| }
|
|
|
| </script>
|
|
|