summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@digia.com>2013-09-24 18:33:25 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-24 20:11:39 +0200
commit6704d913bde48a666f8e8a8a0cb737c0c49f581c (patch)
treea97c8a8b8557e344eb7d04a225643574b983c9aa
parent23487c9a9b581ccc944b2c51dc52676362ff6b3b (diff)
Revert "Un-crashify JSC tests on debug bots after Anders had his way with StringImpl."v5.2.0-alpha1
Revert another commit that depended on the reverted SQLite commit. Change-Id: I629b6ab7822c15f9f61f61cd880edefd9545838b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
-rw-r--r--Source/JavaScriptCore/llint/LLIntData.cpp2
1 files changed, 1 insertions, 1 deletions
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<int**>(&testVector)[0] == testVector.begin());
#endif
- ASSERT(StringImpl::s_hashFlag8BitBuffer == 32);
+ ASSERT(StringImpl::s_hashFlag8BitBuffer == 64);
}
#if COMPILER(CLANG)
#pragma clang diagnostic pop