Chromium Code Reviews| Index: runtime/vm/compiler.h |
| diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h |
| index 9c3e73fbf67595b66e6b7288fff4689a5c745bdf..fd442a538bc8e54130307dd8e08ad020285b0eaf 100644 |
| --- a/runtime/vm/compiler.h |
| +++ b/runtime/vm/compiler.h |
| @@ -106,7 +106,7 @@ class Compiler : public AllStatic { |
| // isolate. |
| class BackgroundCompiler : public ThreadPool::Task { |
| public: |
| - static void EnsureInit(Isolate* isolate); |
| + static void EnsureInit(Thread* thread); |
| static void Stop(BackgroundCompiler* task); |