| Index: content/renderer/java/gin_java_function_invocation_helper.cc
|
| diff --git a/content/renderer/java/gin_java_function_invocation_helper.cc b/content/renderer/java/gin_java_function_invocation_helper.cc
|
| index c1729e55c12408e619a0787b203d0cd5b24deeda..9bdf7442ab910500c40d74cefdbc93659f7365d5 100644
|
| --- a/content/renderer/java/gin_java_function_invocation_helper.cc
|
| +++ b/content/renderer/java/gin_java_function_invocation_helper.cc
|
| @@ -78,7 +78,7 @@ v8::Local<v8::Value> GinJavaFunctionInvocationHelper::Invoke(
|
| args->isolate(), GinJavaBridgeErrorToString(error))));
|
| return v8::Undefined(args->isolate());
|
| }
|
| - if (!result->IsType(base::Value::TYPE_BINARY)) {
|
| + if (!result->IsType(base::Value::Type::BINARY)) {
|
| return converter_->ToV8Value(result.get(),
|
| args->isolate()->GetCurrentContext());
|
| }
|
|
|