Title: [107549] trunk/Source/_javascript_Core
Revision
107549
Author
[email protected]
Date
2012-02-13 02:08:11 -0800 (Mon, 13 Feb 2012)

Log Message

Unreviewed. Build fix for !ENABLE(JIT) after r107485.

* bytecode/PolymorphicPutByIdList.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (107548 => 107549)


--- trunk/Source/_javascript_Core/ChangeLog	2012-02-13 09:47:40 UTC (rev 107548)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-02-13 10:08:11 UTC (rev 107549)
@@ -1,3 +1,9 @@
+2012-02-13  Patrick Gansterer  <[email protected]>
+
+        Unreviewed. Build fix for !ENABLE(JIT) after r107485.
+
+        * bytecode/PolymorphicPutByIdList.cpp:
+
 2012-02-13  Gavin Barraclough  <[email protected]>
 
         https://bugs.webkit.org/show_bug.cgi?id=78434

Modified: trunk/Source/_javascript_Core/bytecode/PolymorphicPutByIdList.cpp (107548 => 107549)


--- trunk/Source/_javascript_Core/bytecode/PolymorphicPutByIdList.cpp	2012-02-13 09:47:40 UTC (rev 107548)
+++ trunk/Source/_javascript_Core/bytecode/PolymorphicPutByIdList.cpp	2012-02-13 10:08:11 UTC (rev 107549)
@@ -26,6 +26,8 @@
 #include "config.h"
 #include "PolymorphicPutByIdList.h"
 
+#if ENABLE(JIT)
+
 #include "StructureStubInfo.h"
 
 namespace JSC {
@@ -143,3 +145,4 @@
 
 } // namespace JSC
 
+#endif // ENABLE(JIT)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to