Index: core/workers/WorkerGlobalScope.idl |
diff --git a/core/workers/WorkerGlobalScope.idl b/core/workers/WorkerGlobalScope.idl |
index e395d34d5074b104fee337f050f4c0fd818d976e..87c3594f8f7292b8e7287101848676f1bc00b020 100644 |
--- a/core/workers/WorkerGlobalScope.idl |
+++ b/core/workers/WorkerGlobalScope.idl |
@@ -34,7 +34,7 @@ |
[Replaceable] readonly attribute WorkerGlobalScope self; |
[Replaceable] readonly attribute WorkerLocation location; |
void close(); |
- attribute EventListener onerror; |
+ attribute EventHandler onerror; |
// WorkerUtils |
[Custom] void importScripts(/*[Variadic] in DOMString urls */); |