Index: third_party/WebKit/public/platform/WebMessagePortChannel.h |
diff --git a/third_party/WebKit/public/platform/WebMessagePortChannel.h b/third_party/WebKit/public/platform/WebMessagePortChannel.h |
index 852015fb54ab667e87385e9d4339a2952e334f89..0739fbf0a02b8d2b8a74d9b443aa03891c6e0795 100644 |
--- a/third_party/WebKit/public/platform/WebMessagePortChannel.h |
+++ b/third_party/WebKit/public/platform/WebMessagePortChannel.h |
@@ -45,8 +45,9 @@ class WebString; |
typedef WebVector<class WebMessagePortChannel*> WebMessagePortChannelArray; |
-// Provides an interface to a Message Port Channel implementation. The object owns itself and |
-// is signalled that its not needed anymore with the destroy() call. |
+// Provides an interface to a Message Port Channel implementation. The object |
+// owns itself and is signalled that its not needed anymore with the destroy() |
+// call. |
class WebMessagePortChannel { |
public: |
virtual void setClient(WebMessagePortChannelClient*) = 0; |