| Index: components/test_runner/test_runner.cc
|
| diff --git a/components/test_runner/test_runner.cc b/components/test_runner/test_runner.cc
|
| index a92105f1745669c096077d450b0c1ce80b2b27ba..3b5bc578e6d2d4164abc4e3cd19c21c4cb6bd123 100644
|
| --- a/components/test_runner/test_runner.cc
|
| +++ b/components/test_runner/test_runner.cc
|
| @@ -1815,7 +1815,7 @@ bool TestRunner::ShouldGeneratePixelResults() {
|
| return layout_dump_flags_.generate_pixel_results();
|
| }
|
|
|
| -bool TestRunner::ShouldStayOnPageAfterHandlingBeforeUnload() const {
|
| +bool TestRunner::shouldStayOnPageAfterHandlingBeforeUnload() const {
|
| return should_stay_on_page_after_handling_before_unload_;
|
| }
|
|
|
|
|