diff options
Diffstat (limited to 'WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp')
-rw-r--r-- | WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp b/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp index 1df1af0..ee79a38 100644 --- a/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp +++ b/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp @@ -58,6 +58,8 @@ JSValue JSInspectorFrontendHost::platform(ExecState* execState) DEFINE_STATIC_LOCAL(const String, platform, ("windows")); #elif OS(LINUX) DEFINE_STATIC_LOCAL(const String, platform, ("linux")); +#elif OS(FREEBSD) + DEFINE_STATIC_LOCAL(const String, platform, ("freebsd")); #else DEFINE_STATIC_LOCAL(const String, platform, ("unknown")); #endif |