[haiku-webkit-commits] r428 - webkit/trunk/JavaScriptCore

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Tue, 20 Apr 2010 01:30:35 +0000

Author: stippi
Date: Tue Apr 20 01:30:35 2010
New Revision: 428
URL: http://mmlr.dyndns.org/changeset/428

Log:
Missing file for when compiling with ENABLE_JIT.

Modified:
   webkit/trunk/JavaScriptCore/Jamfile

Modified: webkit/trunk/JavaScriptCore/Jamfile
==============================================================================
--- webkit/trunk/JavaScriptCore/Jamfile Mon Apr 19 21:12:01 2010        (r427)
+++ webkit/trunk/JavaScriptCore/Jamfile Tue Apr 20 01:30:35 2010        (r428)
@@ -108,6 +108,7 @@
     JITArithmetic.cpp
     JITCall.cpp
     JITOpcodes.cpp
+    JITPropertyAccess32_64.cpp
     JITPropertyAccess.cpp
     JITStubs.cpp
 

Other related posts:

  • » [haiku-webkit-commits] r428 - webkit/trunk/JavaScriptCore - webkit