| Index: LayoutTests/fast/events/onbeforeunload-focused-iframe.html
 | 
| diff --git a/LayoutTests/fast/events/onbeforeunload-focused-iframe.html b/LayoutTests/fast/events/onbeforeunload-focused-iframe.html
 | 
| index fddecd73c7274086d8fe53e7d43e996ce316be72..2e0af39aca7bba1d0eec6068ae5f81335e428477 100644
 | 
| --- a/LayoutTests/fast/events/onbeforeunload-focused-iframe.html
 | 
| +++ b/LayoutTests/fast/events/onbeforeunload-focused-iframe.html
 | 
| @@ -2,7 +2,7 @@
 | 
|  <body>
 | 
|      New window with beforeUnload handler.<br>
 | 
|      You should see an alert with "beforeUnload" if you try to close the window.<br>
 | 
| -    <iframe src="resources/onbeforeunload-focused-iframe-frame.html" name="focusedFrame"></iframe>
 | 
| +    <iframe src="resources/onbeforeunload-focused-iframe-frame.html" id="focusedFrame"></iframe>
 | 
|      <script>
 | 
|          if (window.testRunner) {
 | 
|              testRunner.dumpAsText();
 | 
| 
 |