| Index: webkit/tools/test_shell/test_shell.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell.h (revision 26106)
|
| +++ webkit/tools/test_shell/test_shell.h (working copy)
|
| @@ -335,10 +335,10 @@
|
| const TestParams* test_params_;
|
|
|
| // True while a test is preparing to run
|
| - bool test_is_preparing_;
|
| + static bool test_is_preparing_;
|
|
|
| // True while a test is running
|
| - bool test_is_pending_;
|
| + static bool test_is_pending_;
|
|
|
| // True if driven from a nested message loop.
|
| bool is_modal_;
|
|
|