Title: [104897] trunk/Source
Revision
104897
Author
morr...@google.com
Date
2012-01-12 21:13:34 -0800 (Thu, 12 Jan 2012)

Log Message

[Chromium] JSExportMacros.h should be visible.
https://bugs.webkit.org/show_bug.cgi?id=76147

Reviewed by Tony Chang.

Source/_javascript_Core:

* config.h:

Source/WebCore:

No new tests. No behavior change.

* config.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (104896 => 104897)


--- trunk/Source/_javascript_Core/ChangeLog	2012-01-13 04:51:22 UTC (rev 104896)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-01-13 05:13:34 UTC (rev 104897)
@@ -1,3 +1,12 @@
+2012-01-12  MORITA Hajime  <morr...@google.com>
+
+        [Chromium] JSExportMacros.h should be visible.
+        https://bugs.webkit.org/show_bug.cgi?id=76147
+
+        Reviewed by Tony Chang.
+
+        * config.h:
+
 2012-01-12  David Levin  <le...@chromium.org>
 
         HwndDC is a better name than OwnGetDC.

Modified: trunk/Source/_javascript_Core/config.h (104896 => 104897)


--- trunk/Source/_javascript_Core/config.h	2012-01-13 04:51:22 UTC (rev 104896)
+++ trunk/Source/_javascript_Core/config.h	2012-01-13 05:13:34 UTC (rev 104897)
@@ -32,6 +32,9 @@
 // WTF cannot depend on JSC even if USE(JSC).
 #if USE(JSC) && !defined(BUILDING_WTF)
 #include "JSExportMacros.h"
+#elif PLATFORM(CHROMIUM)
+// Chromium doesn't have runtime/ in its include paths.
+#include "runtime/JSExportMacros.h"
 #endif
 
 #if OS(WINDOWS)

Modified: trunk/Source/WebCore/ChangeLog (104896 => 104897)


--- trunk/Source/WebCore/ChangeLog	2012-01-13 04:51:22 UTC (rev 104896)
+++ trunk/Source/WebCore/ChangeLog	2012-01-13 05:13:34 UTC (rev 104897)
@@ -1,3 +1,14 @@
+2012-01-12  MORITA Hajime  <morr...@google.com>
+
+        [Chromium] JSExportMacros.h should be visible.
+        https://bugs.webkit.org/show_bug.cgi?id=76147
+
+        Reviewed by Tony Chang.
+
+        No new tests. No behavior change.
+
+        * config.h:
+
 2012-01-12  ChangSeok Oh  <shivami...@gmail.com>
 
         Split GraphicsContext3DOpenGL into several files

Modified: trunk/Source/WebCore/config.h (104896 => 104897)


--- trunk/Source/WebCore/config.h	2012-01-13 04:51:22 UTC (rev 104896)
+++ trunk/Source/WebCore/config.h	2012-01-13 05:13:34 UTC (rev 104897)
@@ -34,9 +34,7 @@
 #endif
 
 #include <wtf/ExportMacros.h>
-#if USE(JSC)
 #include <runtime/JSExportMacros.h>
-#endif
 #include "PlatformExportMacros.h"
 
 #ifdef __APPLE__
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to