Index: Source/bindings/v8/custom/V8ErrorEventCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8ErrorEventCustom.cpp b/Source/bindings/v8/custom/V8ErrorEventCustom.cpp |
index 98374aa6d199cbbf87c1a4288b313581b23ca40d..b574a22cc08f69ee15fa4a07aa4c9142ac5dc49a 100644 |
--- a/Source/bindings/v8/custom/V8ErrorEventCustom.cpp |
+++ b/Source/bindings/v8/custom/V8ErrorEventCustom.cpp |
@@ -46,7 +46,7 @@ namespace WebCore { |
void V8ErrorEvent::errorAttributeGetterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) |
{ |
- v8::Handle<v8::Value> error = info.Holder()->GetHiddenValue(V8HiddenPropertyName::error()); |
+ v8::Handle<v8::Value> error = info.Holder()->GetHiddenValue(V8HiddenPropertyName::error(info.GetIsolate())); |
if (!error.IsEmpty()) { |
v8SetReturnValue(info, error); |