$OpenBSD: patch-third_party_WebKit_Source_platform_heap_ThreadState_h,v 1.3 2015/05/26 17:37:40 robert Exp $
--- third_party/WebKit/Source/platform/heap/ThreadState.h.orig.port	Thu May 14 00:49:00 2015
+++ third_party/WebKit/Source/platform/heap/ThreadState.h	Wed May 20 08:34:56 2015
@@ -303,7 +303,7 @@ class PLATFORM_EXPORT ThreadState { (public)
 
     static ThreadState* current()
     {
-#if defined(__GLIBC__) || OS(ANDROID) || OS(FREEBSD)
+#if defined(__GLIBC__) || OS(ANDROID) || OS(FREEBSD) || OS(OPENBSD)
         // TLS lookup is fast in these platforms.
         return **s_threadSpecific;
 #else
