Index: third_party/WebKit/public/platform/WebSourceBuffer.h |
diff --git a/third_party/WebKit/public/platform/WebSourceBuffer.h b/third_party/WebKit/public/platform/WebSourceBuffer.h |
index ba65e9b307142a9db7eefd2c72101516edf50452..ed06691a89cd9ff1622455d803188b52c301294f 100644 |
--- a/third_party/WebKit/public/platform/WebSourceBuffer.h |
+++ b/third_party/WebKit/public/platform/WebSourceBuffer.h |
@@ -67,7 +67,8 @@ class WebSourceBuffer { |
size_t newDataSize) = 0; |
// Appends data and runs the segment parser loop algorithm. |
- // The algorithm may update |*timestampOffset| if |timestampOffset| is not null. |
+ // The algorithm may update |*timestampOffset| if |timestampOffset| is not |
+ // null. |
// Returns true on success, otherwise the append error algorithm needs to |
// run with the decode error parameter set to true. |
virtual bool append(const unsigned char* data, |