| Index: third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.cpp b/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.cpp
|
| index 1962a6224e9c9e34268e7f78ce90e33d473be43a..2926797540cda4cdd923b0a335f4552b16b1919a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/InjectedScriptHost.cpp
|
| @@ -78,7 +78,7 @@ void InjectedScriptHost::disconnect()
|
| void InjectedScriptHost::inspectImpl(PassRefPtr<JSONValue> object, PassRefPtr<JSONValue> hints)
|
| {
|
| if (m_inspectCallback) {
|
| - RefPtr<TypeBuilder::Runtime::RemoteObject> remoteObject = TypeBuilder::Runtime::RemoteObject::runtimeCast(object);
|
| + RefPtr<protocol::TypeBuilder::Runtime::RemoteObject> remoteObject = protocol::TypeBuilder::Runtime::RemoteObject::runtimeCast(object);
|
| (*m_inspectCallback)(remoteObject, hints->asObject());
|
| }
|
| }
|
|
|