| Index: LayoutTests/fast/js/script-tests/dot-node-base-exception.js
|
| diff --git a/LayoutTests/fast/js/script-tests/dot-node-base-exception.js b/LayoutTests/fast/js/script-tests/dot-node-base-exception.js
|
| index fc06c2e6c4b2b1980f3c15ae26d9135b0d3bc9a5..201e0a9b04fc41acb3b315cc766799078b26485b 100644
|
| --- a/LayoutTests/fast/js/script-tests/dot-node-base-exception.js
|
| +++ b/LayoutTests/fast/js/script-tests/dot-node-base-exception.js
|
| @@ -3,4 +3,4 @@ description(
|
| );
|
|
|
| // Should be a DOM exception, not just some "TypeError: Null value".
|
| -shouldThrow('(document.appendChild()).foobar()', '"NotFoundError: Failed to execute \'appendChild\' on \'ContainerNode\': The new child element is null."');
|
| +shouldThrow('(document.appendChild()).foobar()', '"NotFoundError: Failed to execute \'appendChild\' on \'Node\': The new child element is null."');
|
|
|