Index: Source/core/workers/WorkerNavigator.idl |
diff --git a/Source/core/workers/WorkerNavigator.idl b/Source/core/workers/WorkerNavigator.idl |
index 3debfca937bab15eec925f6003c9842da139d8ca..b62d74d398f154af1093638203a281925f742b6f 100644 |
--- a/Source/core/workers/WorkerNavigator.idl |
+++ b/Source/core/workers/WorkerNavigator.idl |
@@ -27,7 +27,8 @@ |
*/ |
[ |
- GlobalContext=WorkerGlobalScope |
+ GlobalContext=WorkerGlobalScope, |
+ WillBeGarbageCollected |
] interface WorkerNavigator { |
}; |