[ServiceWorker] IDL nit: missing semicolon (#593)

```
partial interface Navigator {
  readonly attribute ServiceWorkerContainer serviceWorker;
}
```

There should be a ; after the }

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/593

Received on Tuesday, 16 December 2014 23:09:42 UTC