Bug 121669 - Buildfix after r156133 for !ENABLE(WORKERS) platforms
Summary: Buildfix after r156133 for !ENABLE(WORKERS) platforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Blocker
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 121649
  Show dependency treegraph
 
Reported: 2013-09-20 03:22 PDT by Csaba Osztrogonác
Modified: 2013-09-20 04:35 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.25 KB, patch)
2013-09-20 03:28 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2013-09-20 03:22:45 PDT
http://trac.webkit.org/changeset/156133 broke the !ENABLE(WORKERS) 
builds, because it was incomplete. Fix is coming soon.
Comment 1 Csaba Osztrogonác 2013-09-20 03:23:02 PDT
build log:

/ramdisk/qt-linux-release-minimal/build/Source/WebCore/platform/ThreadGlobalData.cpp: In function 'WebCore::ThreadGlobalData& WebCore::threadGlobalData()':
/ramdisk/qt-linux-release-minimal/build/Source/WebCore/platform/ThreadGlobalData.cpp:110:44: error: expected type-specifier before 'ThreadSpecific'
/ramdisk/qt-linux-release-minimal/build/Source/WebCore/platform/ThreadGlobalData.cpp:110:44: error: cannot convert 'int*' to 'WebCore::ThreadGlobalData*' in assignment
/ramdisk/qt-linux-release-minimal/build/Source/WebCore/platform/ThreadGlobalData.cpp:110:44: error: expected ';' before 'ThreadSpecific'
/ramdisk/qt-linux-release-minimal/build/Source/WebCore/platform/ThreadGlobalData.cpp:111:32: error: no match for 'operator*' in '** WebCore::ThreadGlobalData::staticData'
/ramdisk/qt-linux-release-minimal/build/Source/WebCore/platform/ThreadGlobalData.cpp:112:1: error: control reaches end of non-void function [-Werror=return-type]
Comment 2 Csaba Osztrogonác 2013-09-20 03:28:43 PDT
Created attachment 212144 [details]
Patch
Comment 3 Csaba Osztrogonác 2013-09-20 04:34:59 PDT
Landed in http://trac.webkit.org/changeset/156150