| Index: Source/core/workers/Worker.idl
 | 
| diff --git a/Source/core/workers/Worker.idl b/Source/core/workers/Worker.idl
 | 
| index 34aa4be20c90061dbc6e6db0df4bdce6c2106fae..40567a70810a8eabc3471049d6178b0c3019dcd0 100644
 | 
| --- a/Source/core/workers/Worker.idl
 | 
| +++ b/Source/core/workers/Worker.idl
 | 
| @@ -32,7 +32,7 @@
 | 
|      ActiveDOMObject
 | 
|  ] interface Worker : EventTarget {
 | 
|  
 | 
| -    attribute EventListener onmessage;
 | 
| +    attribute EventHandler onmessage;
 | 
|  
 | 
|      [Custom, RaisesException] void postMessage(SerializedScriptValue message, optional Array messagePorts);
 | 
|      void terminate();
 | 
| 
 |