Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: third_party/WebKit/public/web/WebSharedWorkerConnector.h

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Cleanup Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/web/WebSharedWorkerConnector.h
diff --git a/third_party/WebKit/public/web/WebSharedWorkerConnector.h b/third_party/WebKit/public/web/WebSharedWorkerConnector.h
index c922c7b0811b485d3264a69f5afadfcdfe0e295d..2f889ce9a401a489a26bba34790ab329ce11c671 100644
--- a/third_party/WebKit/public/web/WebSharedWorkerConnector.h
+++ b/third_party/WebKit/public/web/WebSharedWorkerConnector.h
@@ -37,7 +37,7 @@ namespace blink {
class WebMessagePortChannel;
-// This is the interface to conncect to SharedWorker.
+// This is the interface to connect to SharedWorker.
// Since SharedWorkers communicate entirely through MessagePorts this interface
// only contains APIs for starting up a SharedWorker.
class WebSharedWorkerConnector {

Powered by Google App Engine
This is Rietveld 408576698