| Index: third_party/WebKit/public/platform/WebThreadSafeData.h
|
| diff --git a/third_party/WebKit/public/platform/WebThreadSafeData.h b/third_party/WebKit/public/platform/WebThreadSafeData.h
|
| index 7ef9544187ed85c369a1055b287466e66a6ede86..3760a3d12f76c4715fcd07cdb6772cf9cf765b53 100644
|
| --- a/third_party/WebKit/public/platform/WebThreadSafeData.h
|
| +++ b/third_party/WebKit/public/platform/WebThreadSafeData.h
|
| @@ -44,8 +44,8 @@ namespace blink {
|
|
|
| class RawData;
|
|
|
| -// A container for raw bytes. It is inexpensive to copy a WebThreadSafeData object.
|
| -// It is safe to pass a WebThreadSafeData across threads!!!
|
| +// A container for raw bytes. It is inexpensive to copy a WebThreadSafeData
|
| +// object. It is safe to pass a WebThreadSafeData across threads.
|
| class WebThreadSafeData {
|
| public:
|
| WebThreadSafeData() {}
|
|
|