| Index: LayoutTests/xmlviewer/extensions-api.html
|
| diff --git a/LayoutTests/xmlviewer/extensions-api.html b/LayoutTests/xmlviewer/extensions-api.html
|
| index 3866cf1f9fac0b448df1c01ec8d4e1e897d31c48..f7437b928ab4d58e69ff1b52ba3dffe3979e74ae 100644
|
| --- a/LayoutTests/xmlviewer/extensions-api.html
|
| +++ b/LayoutTests/xmlviewer/extensions-api.html
|
| @@ -28,7 +28,7 @@
|
| function onload()
|
| {
|
| xmlWindow = window.open('resources/sample.xml', "XMLViewerTestWindow");
|
| - xmlWindow.onAfterWebkitXMLViewerLoaded = checkSourceXML;
|
| + xmlWindow.onload = checkSourceXML;
|
| }
|
|
|
| </script>
|
|
|