| Index: third_party/WebKit/Source/core/dom/DOMDataView.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMDataView.cpp b/third_party/WebKit/Source/core/dom/DOMDataView.cpp
|
| index 6ed3fce016d6cd2271cff4c9ba85649f2e5d6228..58763a9059c09828bbab5d70052df402b6cff594 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMDataView.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DOMDataView.cpp
|
| @@ -56,7 +56,7 @@ v8::Local<v8::Object> DOMDataView::wrap(v8::Isolate* isolate,
|
| DCHECK(!DOMDataStore::containsWrapper(this, isolate));
|
|
|
| const WrapperTypeInfo* wrapperTypeInfo = this->wrapperTypeInfo();
|
| - v8::Local<v8::Value> v8Buffer = toV8(buffer(), creationContext, isolate);
|
| + v8::Local<v8::Value> v8Buffer = ToV8(buffer(), creationContext, isolate);
|
| if (v8Buffer.IsEmpty())
|
| return v8::Local<v8::Object>();
|
| DCHECK(v8Buffer->IsArrayBuffer());
|
|
|