| Index: sky/engine/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp b/sky/engine/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| index c5dbb72ab4493a177d32513fc4156f6031cf8a15..5d7b5de16047c460b3a7adce615bed4ff1703ed3 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| +++ b/sky/engine/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| @@ -417,13 +417,8 @@ void V8InjectedScriptHost::callFunctionMethodCustom(const v8::FunctionCallbackIn
|
|
|
| void V8InjectedScriptHost::suppressWarningsAndCallFunctionMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| - InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder());
|
| - ScriptDebugServer& debugServer = host->scriptDebugServer();
|
| - debugServer.muteWarningsAndDeprecations();
|
| -
|
| + // In sky we no longer have a fancy console with which to supress messages.
|
| callFunctionMethodCustom(info);
|
| -
|
| - debugServer.unmuteWarningsAndDeprecations();
|
| }
|
|
|
| } // namespace blink
|
|
|