From 5ea819f80c6840c492386bfafbffb059c7e2091f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 23 Oct 2012 10:25:11 +0200 Subject: Imported WebKit commit 20434eb8eb95065803473139d8794e98a7672f75 (http://svn.webkit.org/repository/webkit/trunk@132191) New snapshot that should fix build with latest qtbase and the QPlastiqueStyle removal --- Source/JavaScriptCore/jsc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/JavaScriptCore/jsc.cpp') diff --git a/Source/JavaScriptCore/jsc.cpp b/Source/JavaScriptCore/jsc.cpp index 06dad2701..b8cf49da6 100644 --- a/Source/JavaScriptCore/jsc.cpp +++ b/Source/JavaScriptCore/jsc.cpp @@ -746,7 +746,7 @@ int jscmain(int argc, char** argv) // Note that the options parsing can affect JSGlobalData creation, and thus // comes first. CommandLine options(argc, argv); - RefPtr globalData = JSGlobalData::create(ThreadStackTypeLarge, LargeHeap); + RefPtr globalData = JSGlobalData::create(LargeHeap); JSLockHolder lock(globalData.get()); int result; -- cgit v1.2.1