Index: Source/core/workers/WorkerGlobalScope.idl |
diff --git a/Source/core/workers/WorkerGlobalScope.idl b/Source/core/workers/WorkerGlobalScope.idl |
index 357ae48e1a8ac4a86463cd95320a423077b2c4f8..c93818565b09d37f6280ff94e4f9946f059499d1 100644 |
--- a/Source/core/workers/WorkerGlobalScope.idl |
+++ b/Source/core/workers/WorkerGlobalScope.idl |
@@ -40,9 +40,6 @@ |
// WorkerUtils |
[RaisesException] void importScripts(DOMString... urls); |
[Replaceable] readonly attribute WorkerNavigator navigator; |
- |
- // Additional constructors |
- [MeasureAs=PrefixedWorkerURL] attribute URLConstructor webkitURL; // FIXME: deprecate this. |
}; |
WorkerGlobalScope implements WindowBase64; |