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

Unified Diff: src/objects-debug.cc

Issue 2695753002: [ESnext] Implement Promise.prototype.finally (Closed)
Patch Set: ffs Created 3 years, 10 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
Index: src/objects-debug.cc
diff --git a/src/objects-debug.cc b/src/objects-debug.cc
index 5d032d152e7fa6b0b06c4831e56cb984cd3230ef..d44806b116c2af0a97b9ab6a366a68d63f00f56c 100644
--- a/src/objects-debug.cc
+++ b/src/objects-debug.cc
@@ -474,7 +474,6 @@ void JSGeneratorObject::JSGeneratorObjectVerify() {
VerifyObjectField(kContinuationOffset);
}
-
adamk 2017/02/17 19:28:17 Stray whitespace change? You could leave this file
gsathya 2017/02/17 21:26:16 Done.
void JSValue::JSValueVerify() {
Object* v = value();
if (v->IsHeapObject()) {

Powered by Google App Engine
This is Rietveld 408576698