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

Unified Diff: BUILD.gn

Issue 1246603002: Don't run the second pass of the pending phantom callbacks if the heap has been torn down. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update Created 5 years, 5 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 | « no previous file | src/cancelable-task.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 2f198085799c031a99101c4dd12b4126870b3da9..2f13da38c5cbcc01ba1c126b219352e40054a0d6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -630,6 +630,8 @@ source_set("v8_base") {
"src/builtins.cc",
"src/builtins.h",
"src/bytecodes-irregexp.h",
+ "src/cancelable-task.cc",
+ "src/cancelable-task.h",
"src/cached-powers.cc",
"src/cached-powers.h",
"src/char-predicates.cc",
« no previous file with comments | « no previous file | src/cancelable-task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698