Title: [103108] trunk/Source/_javascript_Core
Revision
103108
Author
[email protected]
Date
2011-12-16 14:28:38 -0800 (Fri, 16 Dec 2011)

Log Message

Include BlackBerryPlatformLog.h instead of BlackBerryPlatformMisc.h

Rubber-stamped by Antonio Gomes.

BlackBerry::Platform::logV() is declared in BlackBerryPlatformLog.h. That is, it isn't
declared in BlackBerryPlatformMisc.h. Hence, we should include BlackBerryPlatformLog.h
instead of BlackBerryPlatformMisc.h.

* wtf/Assertions.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (103107 => 103108)


--- trunk/Source/_javascript_Core/ChangeLog	2011-12-16 22:24:33 UTC (rev 103107)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-12-16 22:28:38 UTC (rev 103108)
@@ -1,3 +1,15 @@
+2011-12-16  Daniel Bates  <[email protected]>
+
+        Include BlackBerryPlatformLog.h instead of BlackBerryPlatformMisc.h
+
+        Rubber-stamped by Antonio Gomes.
+
+        BlackBerry::Platform::logV() is declared in BlackBerryPlatformLog.h. That is, it isn't
+        declared in BlackBerryPlatformMisc.h. Hence, we should include BlackBerryPlatformLog.h
+        instead of BlackBerryPlatformMisc.h.
+
+        * wtf/Assertions.cpp:
+
 2011-12-16  Mark Hahnenberg  <[email protected]>
 
         De-virtualize destructors

Modified: trunk/Source/_javascript_Core/wtf/Assertions.cpp (103107 => 103108)


--- trunk/Source/_javascript_Core/wtf/Assertions.cpp	2011-12-16 22:24:33 UTC (rev 103107)
+++ trunk/Source/_javascript_Core/wtf/Assertions.cpp	2011-12-16 22:28:38 UTC (rev 103108)
@@ -56,7 +56,7 @@
 #endif
 
 #if PLATFORM(BLACKBERRY)
-#include <BlackBerryPlatformMisc.h>
+#include <BlackBerryPlatformLog.h>
 #endif
 
 extern "C" {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to