Index: Source/core/workers/WorkerGlobalScope.idl |
diff --git a/Source/core/workers/WorkerGlobalScope.idl b/Source/core/workers/WorkerGlobalScope.idl |
index e709f70bb379bc7ed9cb30435c21faf4c66a722c..1a65c31ff3d48bba0a5beb357f7d6173c05103f2 100644 |
--- a/Source/core/workers/WorkerGlobalScope.idl |
+++ b/Source/core/workers/WorkerGlobalScope.idl |
@@ -44,5 +44,5 @@ |
attribute URLConstructor webkitURL; // FIXME: deprecate this. |
}; |
+WorkerGlobalScope implements WindowBase64; |
WorkerGlobalScope implements WindowTimers; |
- |