| Index: Source/bindings/templates/interface.cpp
|
| diff --git a/Source/bindings/templates/interface.cpp b/Source/bindings/templates/interface.cpp
|
| index 79cf20a0ccc54d411b60f13cb44c02d93bd757b1..f136f28fbe0fabd419b805d6bcb2eedda62c7e20 100644
|
| --- a/Source/bindings/templates/interface.cpp
|
| +++ b/Source/bindings/templates/interface.cpp
|
| @@ -867,7 +867,7 @@ v8::Handle<v8::Object> {{v8_class}}::findInstanceInPrototypeChain(v8::Handle<v8:
|
| {% block install_conditional_attributes %}
|
| {% from 'attributes.cpp' import attribute_configuration with context %}
|
| {% if has_conditional_attributes %}
|
| -void {{v8_class}}::installConditionallyEnabledProperties(v8::Handle<v8::Object> instanceObject, v8::Isolate* isolate)
|
| +void {{v8_class}}::installConditionallyEnabledProperties(v8::Local<v8::Object> instanceObject, v8::Isolate* isolate)
|
| {
|
| v8::Local<v8::Object> prototypeObject = v8::Local<v8::Object>::Cast(instanceObject->GetPrototype());
|
| ExecutionContext* context = toExecutionContext(prototypeObject->CreationContext());
|
|
|