| Index: Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| index 9289ff1b208fe76311851d69d02a59c80a79d094..e4faefc5f7c6bc695b8a3e3b4542fe4a29438cbe 100644
|
| --- a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| @@ -52,8 +52,6 @@ void V8InspectorFrontendHost::platformMethodCustom(const v8::FunctionCallbackInf
|
| v8SetReturnValue(args, v8::String::NewSymbol("freebsd"));
|
| #elif OS(OPENBSD)
|
| v8SetReturnValue(args, v8::String::NewSymbol("openbsd"));
|
| -#elif OS(SOLARIS)
|
| - v8SetReturnValue(args, v8::String::NewSymbol("solaris"));
|
| #elif OS(WINDOWS)
|
| v8SetReturnValue(args, v8::String::NewSymbol("windows"));
|
| #else
|
|
|