Chromium Code Reviews| Index: bench/benchmain.cpp |
| diff --git a/bench/benchmain.cpp b/bench/benchmain.cpp |
| index 6eea11fc149a0d763df45f0cced79757a8501fbc..2401d6769ad472d19228acfb61f5073315ac20e9 100644 |
| --- a/bench/benchmain.cpp |
| +++ b/bench/benchmain.cpp |
| @@ -58,7 +58,7 @@ public: |
| if (fBenches) { |
| BenchRegistry::Factory f = fBenches->factory(); |
| fBenches = fBenches->next(); |
| - return (*f)(); |
| + return (*f)(NULL); |
| } |
| while (fGMs) { |