| Index: third_party/WebKit/Source/core/dom/DOMTypedArray.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMTypedArray.h b/third_party/WebKit/Source/core/dom/DOMTypedArray.h
|
| index eaa24d0bec0caac92552c320aae490777ece9769..cc90fcd4dadc174387b9c756ed33df0209e50338 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTypedArray.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTypedArray.h
|
| @@ -68,6 +68,7 @@ class CORE_TEMPLATE_CLASS_EXPORT DOMTypedArray final
|
| }
|
|
|
| ValueType* Data() const { return View()->Data(); }
|
| + ValueType* DataMaybeShared() const { return View()->DataMaybeShared(); }
|
| unsigned length() const { return View()->length(); }
|
| // Invoked by the indexed getter. Does not perform range checks; caller
|
| // is responsible for doing so and returning undefined as necessary.
|
|
|