Index: third_party/WebKit/public/web/WebSharedWorker.h |
diff --git a/third_party/WebKit/public/web/WebSharedWorker.h b/third_party/WebKit/public/web/WebSharedWorker.h |
index 7382f08ad91e415ef4a3bedfc1ac992356deec41..115ac233ac199fe941771d04d865b29706d20985 100644 |
--- a/third_party/WebKit/public/web/WebSharedWorker.h |
+++ b/third_party/WebKit/public/web/WebSharedWorker.h |
@@ -59,7 +59,8 @@ class WebSharedWorker { |
// Sends a connect event to the SharedWorker context. |
virtual void connect(WebMessagePortChannel*) = 0; |
- // Invoked to shutdown the worker when there are no more associated documents. This eventually deletes this instance. |
+ // Invoked to shutdown the worker when there are no more associated documents. |
+ // This eventually deletes this instance. |
virtual void terminateWorkerContext() = 0; |
virtual void pauseWorkerContextOnStart() = 0; |