| Index: third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.cpp b/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.cpp
|
| index 28a70c83209549ce3b63b2f8c6aeff5c40556e23..2c6026b1b7f4ca1bc020773054e290b1167e7ade 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.cpp
|
| @@ -83,7 +83,7 @@ void V8TestInterface2OrUint8Array::toImpl(v8::Isolate* isolate, v8::Local<v8::Va
|
| return;
|
| }
|
|
|
| - if (V8Uint8Array::hasInstance(v8Value, isolate)) {
|
| + if (v8Value->IsUint8Array()) {
|
| DOMUint8Array* cppValue = V8Uint8Array::toImpl(v8::Local<v8::Object>::Cast(v8Value));
|
| impl.setUint8Array(cppValue);
|
| return;
|
|
|