Index: third_party/WebKit/Source/platform/SharedBuffer.h |
diff --git a/third_party/WebKit/Source/platform/SharedBuffer.h b/third_party/WebKit/Source/platform/SharedBuffer.h |
index 1a4d4685797592c80cf4912c697e929f94439335..299e8c1a68677a0533d00fbc3d9d93cfc8e53909 100644 |
--- a/third_party/WebKit/Source/platform/SharedBuffer.h |
+++ b/third_party/WebKit/Source/platform/SharedBuffer.h |
@@ -124,9 +124,9 @@ class PLATFORM_EXPORT SharedBuffer : public RefCounted<SharedBuffer> { |
return getAsBytesInternal(dest, 0, byteLength); |
} |
- // Copies "byteLength" bytes from "position"-th bytes (0 origin) of the content |
- // data into "dest" as a flat buffer, |
- // Returns true on success, otherwise the content of "dest" is not guaranteed. |
+ // Copies "byteLength" bytes from "position"-th bytes (0 origin) of the |
+ // content data into "dest" as a flat buffer, Returns true on success, |
+ // otherwise the content of "dest" is not guaranteed. |
HAS_STRICTLY_TYPED_ARG |
bool getPartAsBytes(void* dest, |
STRICTLY_TYPED_ARG(position), |