Title: [94472] trunk/Source/WebKit2
Revision
94472
Author
msab...@apple.com
Date
2011-09-02 18:01:35 -0700 (Fri, 02 Sep 2011)

Log Message

2011-09-02  Michael Saboff  <msab...@apple.com>

        Fixed release build by removing #ifndef NDEBUG to
        allow definition of gcController().

        Rubber-stamp by Sam Weinig.

        * WebProcess/WebProcess.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (94471 => 94472)


--- trunk/Source/WebKit2/ChangeLog	2011-09-03 00:42:36 UTC (rev 94471)
+++ trunk/Source/WebKit2/ChangeLog	2011-09-03 01:01:35 UTC (rev 94472)
@@ -1,3 +1,12 @@
+2011-09-02  Michael Saboff  <msab...@apple.com>
+
+        Fixed release build by removing #ifndef NDEBUG to
+        allow definition of gcController().
+
+        Rubber-stamp by Sam Weinig.
+
+        * WebProcess/WebProcess.cpp:
+
 2011-09-02  Anders Carlsson  <ander...@apple.com>
 
         NPN_SetException doesn't work with OOP plug-ins

Modified: trunk/Source/WebKit2/WebProcess/WebProcess.cpp (94471 => 94472)


--- trunk/Source/WebKit2/WebProcess/WebProcess.cpp	2011-09-03 00:42:36 UTC (rev 94471)
+++ trunk/Source/WebKit2/WebProcess/WebProcess.cpp	2011-09-03 01:01:35 UTC (rev 94472)
@@ -59,6 +59,7 @@
 #include <WebCore/CrossOriginPreflightResultCache.h>
 #include <WebCore/Font.h>
 #include <WebCore/FontCache.h>
+#include <WebCore/GCController.h>
 #include <WebCore/GlyphPageTreeNode.h>
 #include <WebCore/IconDatabase.h>
 #include <WebCore/JSDOMWindow.h>
@@ -78,10 +79,6 @@
 #include <wtf/PassRefPtr.h>
 #include <wtf/RandomNumber.h>
 
-#ifndef NDEBUG
-#include <WebCore/GCController.h>
-#endif
-
 #if !OS(WINDOWS)
 #include <unistd.h>
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to