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