$OpenBSD: patch-third_party_WebKit_Source_platform_heap_ThreadState_h,v 1.5 2015/07/23 13:44:04 robert Exp $
--- third_party/WebKit/Source/platform/heap/ThreadState.h.orig.port	Wed Jul 15 22:31:13 2015
+++ third_party/WebKit/Source/platform/heap/ThreadState.h	Wed Jul 22 08:37:30 2015
@@ -262,7 +262,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
