Bug 119077 - Build break in debug after r153134: StringImpl.h:640: undefined reference to `WTF::isCompilationThread()
Summary: Build break in debug after r153134: StringImpl.h:640: undefined reference to ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-25 01:27 PDT by Grzegorz Czajkowski
Modified: 2013-07-25 02:27 PDT (History)
9 users (show)

See Also:


Attachments
proposed patch (1.16 KB, patch)
2013-07-25 01:31 PDT, Grzegorz Czajkowski
cdumez: review+
g.czajkowski: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Czajkowski 2013-07-25 01:27:24 PDT
Missing CompilationThread.{h/cpp} in wtf/CMakeLists.txt
Comment 1 Grzegorz Czajkowski 2013-07-25 01:31:07 PDT
Created attachment 207439 [details]
proposed patch
Comment 2 Grzegorz Czajkowski 2013-07-25 01:32:03 PDT
Adding reviewers.
Comment 3 Chris Dumez 2013-07-25 01:38:08 PDT
Comment on attachment 207439 [details]
proposed patch

r=me.
Comment 4 Grzegorz Czajkowski 2013-07-25 02:27:03 PDT
Committed r153304: <http://trac.webkit.org/changeset/153304>