| Index: third_party/WebKit/Source/bindings/templates/methods.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/templates/methods.cpp b/third_party/WebKit/Source/bindings/templates/methods.cpp
|
| index 49e59f946c0d23f8267413a0efb2156abf0f9e65..c9c67f7de01fe723c8333a606602fb7e494ce2a6 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/methods.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/methods.cpp
|
| @@ -585,9 +585,6 @@ bool {{v8_class}}::PrivateScript::{{method.name}}Method({{method.argument_declar
|
|
|
| ScriptState::Scope scope(scriptState);
|
| v8::Local<v8::Value> holder = toV8(holderImpl, scriptState->context()->Global(), scriptState->isolate());
|
| - if (holder.IsEmpty())
|
| - return false;
|
| -
|
| {% for argument in method.arguments %}
|
| v8::Local<v8::Value> {{argument.handle}} = {{argument.private_script_cpp_value_to_v8_value}};
|
| {% endfor %}
|
|
|