| Index: chrome/test/data/media/player.html
|
| ===================================================================
|
| --- chrome/test/data/media/player.html (revision 129871)
|
| +++ chrome/test/data/media/player.html (working copy)
|
| @@ -28,8 +28,7 @@
|
| player = document.getElementById('player');
|
|
|
| // Install event handlers.
|
| - InstallEventHandler('error',
|
| - 'document.title = "ERROR = " + player.error.code');
|
| + InstallEventHandler('error', 'document.title = "ERROR"');
|
| InstallEventHandler('playing', 'document.title = "PLAYING"');
|
|
|
| // Starts the player.
|
|
|