| Index: third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| index 45438ee049ee9f5eb6a9768cbb6b685e796ea4ed..a1be921da37bd29b7b66ee99cf8cd345b8798c89 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| @@ -507,8 +507,6 @@ const v8::FunctionCallbackInfo<v8::Value>& info
|
|
|
| {##############################################################################}
|
| {% macro install_conditionally_enabled_attributes_on_prototype() %}
|
| -ExecutionContext* executionContext = toExecutionContext(context);
|
| -v8::Local<v8::Signature> signature = v8::Signature::New(isolate, interfaceTemplate);
|
| {% for attribute in attributes if (attribute.exposed_test or attribute.secure_context_test) and attribute.on_prototype %}
|
| {% filter exposed(attribute.exposed_test) %}
|
| {% filter secure_context(attribute.secure_context_test) %}
|
|
|