Title: [153309] trunk/Source/WTF
Revision
153309
Author
[email protected]
Date
2013-07-25 03:46:43 -0700 (Thu, 25 Jul 2013)

Log Message

[GTK] Similar fix to r153304.

* GNUmakefile.list.am:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (153308 => 153309)


--- trunk/Source/WTF/ChangeLog	2013-07-25 10:42:21 UTC (rev 153308)
+++ trunk/Source/WTF/ChangeLog	2013-07-25 10:46:43 UTC (rev 153309)
@@ -1,3 +1,9 @@
+2013-07-25  Csaba Osztrogonác  <[email protected]>
+
+        [GTK] Similar fix to r153304.
+
+        * GNUmakefile.list.am:
+
 2013-07-25  Grzegorz Czajkowski  <[email protected]>
 
         Build break in debug after r153134: StringImpl.h:640: undefined reference to `WTF::isCompilationThread()

Modified: trunk/Source/WTF/GNUmakefile.list.am (153308 => 153309)


--- trunk/Source/WTF/GNUmakefile.list.am	2013-07-25 10:42:21 UTC (rev 153308)
+++ trunk/Source/WTF/GNUmakefile.list.am	2013-07-25 10:46:43 UTC (rev 153309)
@@ -26,6 +26,8 @@
     Source/WTF/wtf/CheckedBoolean.h \
     Source/WTF/wtf/CommaPrinter.h \
     Source/WTF/wtf/Compiler.h \
+    Source/WTF/wtf/CompilationThread.cpp \
+    Source/WTF/wtf/CompilationThread.h \
     Source/WTF/wtf/CryptographicallyRandomNumber.cpp \
     Source/WTF/wtf/CryptographicallyRandomNumber.h \
     Source/WTF/wtf/CurrentTime.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to