| Index: LayoutTests/svg/animations/smil-element-target-crash-main.html | 
| diff --git a/LayoutTests/svg/animations/smil-element-target-crash-main.html b/LayoutTests/svg/animations/smil-element-target-crash-main.html | 
| index bef7a4ffcd696c4b8921aac25a89dfab880f8d93..2dc0fbef31424bef1a3602c774f0bc682564c20f 100644 | 
| --- a/LayoutTests/svg/animations/smil-element-target-crash-main.html | 
| +++ b/LayoutTests/svg/animations/smil-element-target-crash-main.html | 
| @@ -8,7 +8,7 @@ if (window.testRunner) { | 
|  | 
| function crash() | 
| { | 
| -    var doc = document.implementation.createDocument(); | 
| +    var doc = document.implementation.createDocument("", ""); | 
| doc.adoptNode(object1.contentDocument.getElementsByTagName("svg")[0]); | 
| delete doc; | 
|  | 
|  |