Index: third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp |
index e0a2c77a8136577e2eed8503a7e9512d6985d109..6cf709674218e3c992b9c78638d445dae335bfbc 100644 |
--- a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp |
@@ -158,7 +158,6 @@ using CSSTextCache = WillBePersistentHeapHashMap<RawPtrWillBeWeakMember<const CS |
static CSSTextCache& cssTextCache() |
{ |
- RELEASE_ASSERT(isMainThread()); |
DEFINE_STATIC_LOCAL(CSSTextCache, cache, ()); |
return cache; |
} |