Chromium Code Reviews| Index: src/compiler.cc |
| diff --git a/src/compiler.cc b/src/compiler.cc |
| index 38a6276f4337c8ff7735df77e87f22bea296e152..a803d327a6bc01494abd9cd742f98d6e4487ba71 100644 |
| --- a/src/compiler.cc |
| +++ b/src/compiler.cc |
| @@ -400,6 +400,7 @@ OptimizedCompileJob::Status OptimizedCompileJob::CreateGraph() { |
| compiler::Pipeline pipeline(info()); |
| pipeline.GenerateCode(); |
| if (!info()->code().is_null()) { |
| + info()->dependencies()->Commit(info()->code()); |
| return SetLastStatus(SUCCEEDED); |
| } |
| } |