Title: [153368] trunk/Source/_javascript_Core
Revision
153368
Author
[email protected]
Date
2013-07-25 22:54:22 -0700 (Thu, 25 Jul 2013)

Log Message

GTK and Qt buildfix after the intrusive win buildfix r153360.

* GNUmakefile.list.am:
* Target.pri:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (153367 => 153368)


--- trunk/Source/_javascript_Core/ChangeLog	2013-07-26 04:35:32 UTC (rev 153367)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-07-26 05:54:22 UTC (rev 153368)
@@ -1,3 +1,10 @@
+2013-07-25  Csaba Osztrogonác  <[email protected]>
+
+        GTK and Qt buildfix after the intrusive win buildfix r153360.
+
+        * GNUmakefile.list.am:
+        * Target.pri:
+
 2013-07-25  Gyuyoung Kim  <[email protected]>
 
         Unreviewed, fix build break after r153360.

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (153367 => 153368)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-07-26 04:35:32 UTC (rev 153367)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-07-26 05:54:22 UTC (rev 153368)
@@ -662,6 +662,8 @@
 	Source/_javascript_Core/runtime/CodeSpecializationKind.h \
 	Source/_javascript_Core/runtime/CommonIdentifiers.cpp \
 	Source/_javascript_Core/runtime/CommonIdentifiers.h \
+	Source/_javascript_Core/runtime/CommonSlowPathsExceptions.cpp \
+	Source/_javascript_Core/runtime/CommonSlowPathsExceptions.h \
 	Source/_javascript_Core/runtime/CommonSlowPaths.cpp \
 	Source/_javascript_Core/runtime/CommonSlowPaths.h \
 	Source/_javascript_Core/runtime/CompilationResult.cpp \

Modified: trunk/Source/_javascript_Core/Target.pri (153367 => 153368)


--- trunk/Source/_javascript_Core/Target.pri	2013-07-26 04:35:32 UTC (rev 153367)
+++ trunk/Source/_javascript_Core/Target.pri	2013-07-26 05:54:22 UTC (rev 153368)
@@ -269,6 +269,7 @@
     runtime/CodeSpecializationKind.cpp \
     runtime/CommonIdentifiers.cpp \
     runtime/CommonSlowPaths.cpp \
+    runtime/CommonSlowPathsExceptions.cpp \
     runtime/CompilationResult.cpp \
     runtime/Completion.cpp \
     runtime/ConstructData.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to