| Index: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h
|
| index 25a447c775af37525e0c494ebc820a8cce1f864e..c7970aa3e13d5fa9f80a7559dc4e09ed0f5f7c3b 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h
|
| @@ -58,6 +58,7 @@ class WTF_EXPORT ArrayBufferView : public RefCounted<ArrayBufferView> {
|
| DCHECK(!IsShared());
|
| return base_address_;
|
| }
|
| + void* BaseAddressMaybeShared() const { return base_address_; }
|
|
|
| unsigned ByteOffset() const { return byte_offset_; }
|
|
|
|
|