$OpenBSD: patch-third_party_WebKit_Source_WebCore_bindings_v8_custom_V8InspectorFrontendHostCustom_cpp,v 1.5 2012/07/10 09:22:34 robert Exp $
--- third_party/WebKit/Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp.orig	Thu Jun 28 15:05:33 2012
+++ third_party/WebKit/Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp	Sat Jul  7 09:50:33 2012
@@ -58,6 +58,8 @@ v8::Handle<v8::Value> V8InspectorFrontendHost::platfor
     return v8String("solaris");
 #elif defined(OS_WIN)
     return v8String("windows");
+#elif defined(OS_OPENBSD)
+    return v8String("openbsd");
 #else
     return v8String("unknown");
 #endif
