Index: Source/core/dom/MessagePort.idl |
diff --git a/Source/core/dom/MessagePort.idl b/Source/core/dom/MessagePort.idl |
index aa6ddb3c270ffd5448f75f5e18d1014f7b358e5f..43241721416c00628576287d93fb9212cebf5373 100644 |
--- a/Source/core/dom/MessagePort.idl |
+++ b/Source/core/dom/MessagePort.idl |
@@ -36,6 +36,6 @@ |
void close(); |
// event handler attributes |
- attribute EventListener onmessage; |
+ attribute EventHandler onmessage; |
}; |