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

Unified Diff: test/cctest/test-api.cc

Issue 1475953002: [stubs] A new approach to TF stubs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Merge with ToT Created 5 years 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
Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index b2b2abeaafe856b06771fe0f2b05a39aeebc6a51..efb800aff006505ea6f6d5cc33471afbdd349c4a 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -13219,7 +13219,7 @@ static int GetGlobalObjectsCount() {
}
}
// Subtract one to compensate for the code stub context that is always present
Michael Starzinger 2015/12/01 18:06:53 nit: Comment is out of date, I think we can just d
danno 2015/12/02 07:00:19 Done.
- return count - 1;
+ return count;
}

Powered by Google App Engine
This is Rietveld 408576698