Index: Source/bindings/v8/custom/V8InjectedScriptManager.cpp |
diff --git a/Source/bindings/v8/custom/V8InjectedScriptManager.cpp b/Source/bindings/v8/custom/V8InjectedScriptManager.cpp |
index bb7ee027808c5b90d456cc28b4b09ded24aa9069..bc927a8d63883f5e818e718ecad60dfc24bde5bc 100644 |
--- a/Source/bindings/v8/custom/V8InjectedScriptManager.cpp |
+++ b/Source/bindings/v8/custom/V8InjectedScriptManager.cpp |
@@ -57,7 +57,7 @@ static v8::Local<v8::Object> createInjectedScriptHostV8Wrapper(InjectedScriptHos |
// Avoid setting the wrapper if allocation failed. |
return v8::Local<v8::Object>(); |
} |
- V8DOMWrapper::setNativeInfo(instance, &V8InjectedScriptHost::info, host); |
+ V8DOMWrapper::setNativeInfo(instance, &V8InjectedScriptHost::wrapperTypeInfo, host); |
// Create a weak reference to the v8 wrapper of InspectorBackend to deref |
// InspectorBackend when the wrapper is garbage collected. |
host->ref(); |