Chromium Code Reviews| Index: src/libplatform/default-platform.h |
| diff --git a/src/libplatform/default-platform.h b/src/libplatform/default-platform.h |
| index f509a356244bd0068c1a3c4d112d169f7af85813..96840685dc4a9a0d3ccdd8b570b7de9ceba405f4 100644 |
| --- a/src/libplatform/default-platform.h |
| +++ b/src/libplatform/default-platform.h |
| @@ -58,7 +58,7 @@ class DefaultPlatform : public Platform { |
| Task *task) V8_OVERRIDE; |
| private: |
| - static const int kMaxThreadPoolSize = 4; |
| + static const int kMaxThreadPoolSize; |
|
Michael Starzinger
2014/04/25 08:28:25
Just out of curiosity: What is the reason to move
jochen (gone - plz use gerrit)
2014/04/25 08:36:42
it didn't link otherwise :-/
|
| Mutex lock_; |
| bool initialized_; |