Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(756)

Unified Diff: src/lithium.cc

Issue 1093783002: Revert of Refactor compilation dependency handling. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/hydrogen.cc ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lithium.cc
diff --git a/src/lithium.cc b/src/lithium.cc
index 53ed919f2fb21419e9fa07595523550310656ca6..a2563d88d6062cd5c75dfebac06a707909998c64 100644
--- a/src/lithium.cc
+++ b/src/lithium.cc
@@ -484,7 +484,7 @@
Map::AddDependentCode(map, DependentCode::kPrototypeCheckGroup, code);
}
- info_->dependencies()->Commit(code);
+ info_->CommitDependencies(code);
RegisterWeakObjectsInOptimizedCode(code);
}
« no previous file with comments | « src/hydrogen.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698