Chromium Code Reviews| Index: runtime/bin/eventhandler.cc |
| diff --git a/runtime/bin/eventhandler.cc b/runtime/bin/eventhandler.cc |
| index 8d8567d6885142965dc67d7f0cde2ce09170ba6f..1074a041f773d7d5fab90871ecfc82af1c8a2dbb 100644 |
| --- a/runtime/bin/eventhandler.cc |
| +++ b/runtime/bin/eventhandler.cc |
| @@ -10,6 +10,7 @@ |
| static const intptr_t kNativeEventHandlerFieldIndex = 0; |
| +ThreadPool* EventHandler::thread_pool_ = NULL; |
| /* |
| * Returns the reference of the EventHandler stored in the native field. |