Chromium Code Reviews| Index: Source/core/workers/Worker.idl |
| diff --git a/Source/core/workers/Worker.idl b/Source/core/workers/Worker.idl |
| index a7d148eb537a664508dde405df4cb2e359c283a6..1e6cd0464934ef2d5e2d5a8004ae42098f86fed4 100644 |
| --- a/Source/core/workers/Worker.idl |
| +++ b/Source/core/workers/Worker.idl |
| @@ -32,7 +32,6 @@ |
| Constructor(DOMString scriptUrl), |
| ConstructorCallWith=ExecutionContext, |
| RaisesException=Constructor, |
| - WillBeGarbageCollected, |
| ] interface Worker : EventTarget { |
| attribute EventHandler onmessage; |