Title: [125019] trunk/Tools
- Revision
- 125019
- Author
- [email protected]
- Date
- 2012-08-08 04:20:40 -0700 (Wed, 08 Aug 2012)
Log Message
[WK2] [WTR] Refactoring: LayoutTestController::shouldDumpProgressFinishedCallback() should be const
https://bugs.webkit.org/show_bug.cgi?id=93457
Patch by Mikhail Pozdnyakov <[email protected]> on 2012-08-08
Reviewed by Csaba Osztrogonác.
* WebKitTestRunner/InjectedBundle/LayoutTestController.h:
(WTR::LayoutTestController::shouldDumpProgressFinishedCallback): Added constness.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (125018 => 125019)
--- trunk/Tools/ChangeLog 2012-08-08 10:43:48 UTC (rev 125018)
+++ trunk/Tools/ChangeLog 2012-08-08 11:20:40 UTC (rev 125019)
@@ -1,3 +1,13 @@
+2012-08-08 Mikhail Pozdnyakov <[email protected]>
+
+ [WK2] [WTR] Refactoring: LayoutTestController::shouldDumpProgressFinishedCallback() should be const
+ https://bugs.webkit.org/show_bug.cgi?id=93457
+
+ Reviewed by Csaba Osztrogonác.
+
+ * WebKitTestRunner/InjectedBundle/LayoutTestController.h:
+ (WTR::LayoutTestController::shouldDumpProgressFinishedCallback): Added constness.
+
2012-08-07 Csaba Osztrogonác <[email protected]>
Unreviewed typo fix after r124988.
Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.h (125018 => 125019)
--- trunk/Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.h 2012-08-08 10:43:48 UTC (rev 125018)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.h 2012-08-08 11:20:40 UTC (rev 125019)
@@ -161,7 +161,7 @@
bool shouldDumpPixels() const { return m_dumpPixels; }
bool shouldDumpFullScreenCallbacks() const { return m_dumpFullScreenCallbacks; }
bool shouldDumpFrameLoadCallbacks() const { return m_dumpFrameLoadCallbacks; }
- bool shouldDumpProgressFinishedCallback() { return m_dumpProgressFinishedCallback; }
+ bool shouldDumpProgressFinishedCallback() const { return m_dumpProgressFinishedCallback; }
bool isPolicyDelegateEnabled() const { return m_policyDelegateEnabled; }
bool isPolicyDelegatePermissive() const { return m_policyDelegatePermissive; }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes