| Index: LayoutTests/fast/inspector-support/uncaught-dom1-exception.html
|
| diff --git a/LayoutTests/fast/inspector-support/uncaught-dom1-exception.html b/LayoutTests/fast/inspector-support/uncaught-dom1-exception.html
|
| index d35653214b4846cce292a53b813d4d491b95ac4c..9038af89fd178f90b128a16c05741c4eaf920648 100644
|
| --- a/LayoutTests/fast/inspector-support/uncaught-dom1-exception.html
|
| +++ b/LayoutTests/fast/inspector-support/uncaught-dom1-exception.html
|
| @@ -8,7 +8,7 @@ function onload()
|
| testRunner.dumpAsText();
|
|
|
| // Following code generates an exception.
|
| - var p = document.createTextNode();
|
| + var p = document.createTextNode('');
|
| p.textContent = "foo";
|
| p.splitText(10000);
|
| }
|
|
|