Title: [101954] trunk/Tools
Revision
101954
Author
x...@webkit.org
Date
2011-12-04 04:42:55 -0800 (Sun, 04 Dec 2011)

Log Message

2011-12-04  Xan Lopez  <xlo...@igalia.com>

        Fix compiler warning in LayoutTestController

        Reviewed by Philippe Normand.

        * DumpRenderTree/LayoutTestController.cpp:
        (LayoutTestController::LayoutTestController): fix warning.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101953 => 101954)


--- trunk/Tools/ChangeLog	2011-12-04 11:56:22 UTC (rev 101953)
+++ trunk/Tools/ChangeLog	2011-12-04 12:42:55 UTC (rev 101954)
@@ -1,3 +1,12 @@
+2011-12-04  Xan Lopez  <xlo...@igalia.com>
+
+        Fix compiler warning in LayoutTestController
+
+        Reviewed by Philippe Normand.
+
+        * DumpRenderTree/LayoutTestController.cpp:
+        (LayoutTestController::LayoutTestController): fix warning.
+
 2011-12-04  Alexandre Mazari  <sca...@gmail.com>
 
         Add missing methods used by fast/notifications tests to LayoutTestController

Modified: trunk/Tools/DumpRenderTree/LayoutTestController.cpp (101953 => 101954)


--- trunk/Tools/DumpRenderTree/LayoutTestController.cpp	2011-12-04 11:56:22 UTC (rev 101953)
+++ trunk/Tools/DumpRenderTree/LayoutTestController.cpp	2011-12-04 12:42:55 UTC (rev 101954)
@@ -90,9 +90,9 @@
     , m_deferMainResourceDataLoad(true)
     , m_shouldPaintBrokenImage(true)
     , m_shouldStayOnPageAfterHandlingBeforeUnload(false)
+    , m_areDesktopNotificationPermissionRequestsIgnored(false)
     , m_testPathOrURL(testPathOrURL)
     , m_expectedPixelHash(expectedPixelHash)
-    , m_areDesktopNotificationPermissionRequestsIgnored(false)
 {
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to