| Index: third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
|
| index b37f1cfa8c1e191a8bd464e881930a12537229a8..7c60f1a7edc1b23589a0ba2b3272c3394f214952 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
|
| +++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
|
| @@ -60,7 +60,7 @@ public:
|
|
|
| bool isValid() const
|
| {
|
| - return m_buffer;
|
| + return m_buffer.get();
|
| }
|
|
|
| // Appending empty data is not allowed.
|
|
|