| Index: third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h
|
| index 54c87b377e725398d3f02df071713f7ee3237c12..444e752c4d384e0705b14911b7092ee209d47b0b 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h
|
| +++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h
|
| @@ -68,6 +68,7 @@ public:
|
| }
|
|
|
| virtual unsigned byteLength() const = 0;
|
| + virtual unsigned typeSize() const = 0;
|
|
|
| void setNeuterable(bool flag) { m_isNeuterable = flag; }
|
| bool isNeuterable() const { return m_isNeuterable; }
|
|
|