| Index: Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| index 28636c14353533e996cf32c3b22d08e9711b2101..2f8d3e8a42aac9915d1d55eae2f8f34d8de463ce 100644
|
| --- a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| @@ -52,7 +52,7 @@ void V8InspectorFrontendHost::platformMethodCustom(const v8::FunctionCallbackInf
|
| v8SetReturnValue(args, v8::String::NewSymbol("freebsd"));
|
| #elif OS(OPENBSD)
|
| v8SetReturnValue(args, v8::String::NewSymbol("openbsd"));
|
| -#elif OS(WINDOWS)
|
| +#elif OS(WIN)
|
| v8SetReturnValue(args, v8::String::NewSymbol("windows"));
|
| #else
|
| v8SetReturnValue(args, v8::String::NewSymbol("unknown"));
|
|
|