| Index: Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| index e4faefc5f7c6bc695b8a3e3b4542fe4a29438cbe..28636c14353533e996cf32c3b22d08e9711b2101 100644
|
| --- a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| @@ -44,7 +44,7 @@ namespace WebCore {
|
|
|
| void V8InspectorFrontendHost::platformMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& args)
|
| {
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| v8SetReturnValue(args, v8::String::NewSymbol("mac"));
|
| #elif OS(LINUX)
|
| v8SetReturnValue(args, v8::String::NewSymbol("linux"));
|
|
|