| Index: webkit/tools/test_shell/test_shell.h
|
| diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h
|
| index 5097b3d4c5107c83cb63251e3d445434c2468798..f9784915d583f9af4f958f172e2fd37dadf098ef 100644
|
| --- a/webkit/tools/test_shell/test_shell.h
|
| +++ b/webkit/tools/test_shell/test_shell.h
|
| @@ -48,8 +48,7 @@ class TestShell : public base::SupportsWeakPtr<TestShell> {
|
| public:
|
| struct TestParams {
|
| // Load the test defaults.
|
| - TestParams() : dump_tree(true), dump_pixels(false) {
|
| - }
|
| + TestParams();
|
|
|
| // The kind of output we want from this test.
|
| bool dump_tree;
|
|
|