Title: [102505] trunk/Source/_javascript_Core
Revision
102505
Author
[email protected]
Date
2011-12-09 17:57:24 -0800 (Fri, 09 Dec 2011)

Log Message

Remove unnecessary file DissasemblerARM.cpp from build system
https://bugs.webkit.org/show_bug.cgi?id=74184

Patch by Konrad Piascik <[email protected]> on 2011-12-09
Reviewed by Daniel Bates.

* PlatformBlackBerry.cmake:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (102504 => 102505)


--- trunk/Source/_javascript_Core/ChangeLog	2011-12-10 01:54:25 UTC (rev 102504)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-12-10 01:57:24 UTC (rev 102505)
@@ -1,3 +1,12 @@
+2011-12-09  Konrad Piascik  <[email protected]>
+
+        Remove unnecessary file DissasemblerARM.cpp from build system
+        https://bugs.webkit.org/show_bug.cgi?id=74184
+
+        Reviewed by Daniel Bates.
+
+        * PlatformBlackBerry.cmake:
+
 2011-12-09  Filip Pizlo  <[email protected]>
 
         DFG's interpretation of rare case profiles should be frequency-based not count-based

Modified: trunk/Source/_javascript_Core/PlatformBlackBerry.cmake (102504 => 102505)


--- trunk/Source/_javascript_Core/PlatformBlackBerry.cmake	2011-12-10 01:54:25 UTC (rev 102504)
+++ trunk/Source/_javascript_Core/PlatformBlackBerry.cmake	2011-12-10 01:57:24 UTC (rev 102505)
@@ -2,8 +2,4 @@
     "${BLACKBERRY_THIRD_PARTY_DIR}/icu"
 )
 
-LIST(APPEND _javascript_Core_SOURCES
-    DisassemblerARM.cpp
-)
-
 INSTALL(FILES "wtf/Forward.h" DESTINATION usr/include/browser/webkit/wtf)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to