Index: Source/WebCore/workers/WorkerLocation.idl |
=================================================================== |
--- Source/WebCore/workers/WorkerLocation.idl (revision 142703) |
+++ Source/WebCore/workers/WorkerLocation.idl (working copy) |
@@ -29,7 +29,8 @@ |
[ |
Conditional=WORKERS, |
JSGenerateIsReachable=Impl, |
- JSNoStaticTables |
+ JSNoStaticTables, |
+ ImplementationLacksVTable |
] interface WorkerLocation { |
readonly attribute DOMString href; |
readonly attribute DOMString protocol; |