Title: [153300] trunk/Source/_javascript_Core
Revision
153300
Author
[email protected]
Date
2013-07-24 23:09:39 -0700 (Wed, 24 Jul 2013)

Log Message

Unreviewed buildfix after FTL upstream.

Add ftl directory as include path.

* CMakeLists.txt:
* _javascript_Core.pri:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (153299 => 153300)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2013-07-25 05:59:09 UTC (rev 153299)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2013-07-25 06:09:39 UTC (rev 153300)
@@ -8,6 +8,7 @@
     "${_javascript_CORE_DIR}/bytecompiler"
     "${_javascript_CORE_DIR}/dfg"
     "${_javascript_CORE_DIR}/disassembler"
+    "${_javascript_CORE_DIR}/ftl"
     "${_javascript_CORE_DIR}/heap"
     "${_javascript_CORE_DIR}/debugger"
     "${_javascript_CORE_DIR}/interpreter"

Modified: trunk/Source/_javascript_Core/ChangeLog (153299 => 153300)


--- trunk/Source/_javascript_Core/ChangeLog	2013-07-25 05:59:09 UTC (rev 153299)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-07-25 06:09:39 UTC (rev 153300)
@@ -1,5 +1,14 @@
 2013-07-24  Csaba Osztrogonác  <[email protected]>
 
+        Unreviewed buildfix after FTL upstream.
+
+        Add ftl directory as include path.
+
+        * CMakeLists.txt:
+        * _javascript_Core.pri:
+
+2013-07-24  Csaba Osztrogonác  <[email protected]>
+
         Unreviewed buildfix after FTL upstream for non C++11 builds.
 
         * interpreter/CallFrame.h:

Modified: trunk/Source/_javascript_Core/_javascript_Core.pri (153299 => 153300)


--- trunk/Source/_javascript_Core/_javascript_Core.pri	2013-07-25 05:59:09 UTC (rev 153299)
+++ trunk/Source/_javascript_Core/_javascript_Core.pri	2013-07-25 06:09:39 UTC (rev 153300)
@@ -20,6 +20,7 @@
     $$SOURCE_DIR/dfg \
     $$SOURCE_DIR/debugger \
     $$SOURCE_DIR/disassembler \
+    $$SOURCE_DIR/ftl \
     $$SOURCE_DIR/interpreter \
     $$SOURCE_DIR/jit \
     $$SOURCE_DIR/llint \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to