Chromium Code Reviews| Index: src/v8.h |
| =================================================================== |
| --- src/v8.h (revision 10367) |
| +++ src/v8.h (working copy) |
| @@ -118,7 +118,7 @@ |
| // True if engine is currently running |
| static bool is_running_; |
| // True if V8 has ever been run |
| - static bool has_been_setup_; |
| + static bool has_been_set_up_; |
| // True if error has been signaled for current engine |
| // (reset to false if engine is restarted) |
| static bool has_fatal_error_; |