Index: Source/core/workers/WorkerLocation.idl |
diff --git a/Source/core/workers/WorkerLocation.idl b/Source/core/workers/WorkerLocation.idl |
index 64ed9e033fee4a263e9c40c6106840f9f9ccab4d..6db8c03bffd7b98954a5e839d92f83ab0048f927 100644 |
--- a/Source/core/workers/WorkerLocation.idl |
+++ b/Source/core/workers/WorkerLocation.idl |
@@ -27,7 +27,8 @@ |
*/ |
[ |
- GlobalContext=WorkerGlobalScope |
+ GlobalContext=WorkerGlobalScope, |
+ WillBeGarbageCollected |
] interface WorkerLocation { |
}; |