Chromium Code Reviews| Index: Source/core/workers/SharedWorkerContext.idl |
| diff --git a/Source/core/workers/SharedWorkerContext.idl b/Source/core/workers/SharedWorkerContext.idl |
| index 657b2a198470d00cf24baa7621322f3c9932f988..52fc0a2aa5aac60e096ffaef834c6b3854971375 100644 |
| --- a/Source/core/workers/SharedWorkerContext.idl |
| +++ b/Source/core/workers/SharedWorkerContext.idl |
| @@ -29,7 +29,7 @@ |
| */ |
| [ |
| - NoInterfaceObject, |
| + NoInterfaceObject |
| ] interface SharedWorkerContext : WorkerContext { |
| readonly attribute DOMString name; |
| attribute EventListener onconnect; |