Title: [153304] trunk/Source/WTF
- Revision
- 153304
- Author
- [email protected]
- Date
- 2013-07-25 02:27:52 -0700 (Thu, 25 Jul 2013)
Log Message
Build break in debug after r153134: StringImpl.h:640: undefined reference to `WTF::isCompilationThread()
https://bugs.webkit.org/show_bug.cgi?id=119077
Reviewed by Christophe Dumez.
* wtf/CMakeLists.txt:
Added CompilationThread.{h/cpp}.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (153303 => 153304)
--- trunk/Source/WTF/ChangeLog 2013-07-25 09:08:27 UTC (rev 153303)
+++ trunk/Source/WTF/ChangeLog 2013-07-25 09:27:52 UTC (rev 153304)
@@ -1,3 +1,13 @@
+2013-07-25 Grzegorz Czajkowski <[email protected]>
+
+ Build break in debug after r153134: StringImpl.h:640: undefined reference to `WTF::isCompilationThread()
+ https://bugs.webkit.org/show_bug.cgi?id=119077
+
+ Reviewed by Christophe Dumez.
+
+ * wtf/CMakeLists.txt:
+ Added CompilationThread.{h/cpp}.
+
2013-07-24 Filip Pizlo <[email protected]>
fourthTier: DFG IR dumps should be easier to read
Modified: trunk/Source/WTF/wtf/CMakeLists.txt (153303 => 153304)
--- trunk/Source/WTF/wtf/CMakeLists.txt 2013-07-25 09:08:27 UTC (rev 153303)
+++ trunk/Source/WTF/wtf/CMakeLists.txt 2013-07-25 09:27:52 UTC (rev 153304)
@@ -10,6 +10,7 @@
BoundsCheckedPointer.h
BumpPointerAllocator.h
ByteOrder.h
+ CompilationThread.h
Compiler.h
CryptographicallyRandomNumber.h
CurrentTime.h
@@ -149,6 +150,7 @@
Assertions.cpp
Atomics.cpp
BitVector.cpp
+ CompilationThread.cpp
CryptographicallyRandomNumber.cpp
CurrentTime.cpp
DateMath.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes