From 6704d913bde48a666f8e8a8a0cb737c0c49f581c Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 24 Sep 2013 18:33:25 +0200 Subject: Revert "Un-crashify JSC tests on debug bots after Anders had his way with StringImpl." Revert another commit that depended on the reverted SQLite commit. Change-Id: I629b6ab7822c15f9f61f61cd880edefd9545838b Reviewed-by: Allan Sandfeld Jensen --- Source/JavaScriptCore/llint/LLIntData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/JavaScriptCore/llint/LLIntData.cpp') diff --git a/Source/JavaScriptCore/llint/LLIntData.cpp b/Source/JavaScriptCore/llint/LLIntData.cpp index 079bf3cec..f91da9c0a 100644 --- a/Source/JavaScriptCore/llint/LLIntData.cpp +++ b/Source/JavaScriptCore/llint/LLIntData.cpp @@ -120,7 +120,7 @@ void Data::performAssertions(VM& vm) ASSERT(bitwise_cast(&testVector)[0] == testVector.begin()); #endif - ASSERT(StringImpl::s_hashFlag8BitBuffer == 32); + ASSERT(StringImpl::s_hashFlag8BitBuffer == 64); } #if COMPILER(CLANG) #pragma clang diagnostic pop -- cgit v1.2.1