| 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 5b85305d0c146beea5b341c4c07f1e3ca1e1112c..26402249174f43261b5c8e9c8f50850847fe2396 100644
|
| --- a/webkit/tools/test_shell/test_shell.h
|
| +++ b/webkit/tools/test_shell/test_shell.h
|
| @@ -243,7 +243,8 @@ public:
|
|
|
| // Get the JavaScript flags for a specific load
|
| static std::string GetJSFlagsForLoad(size_t load) {
|
| - if (load >= js_flags_.size()) return "";
|
| + if (load >= js_flags_.size())
|
| + return std::string();
|
| return js_flags_[load];
|
| }
|
|
|
|
|