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

Unified Diff: src/contexts-inl.h

Issue 2459283004: [promises] Move CreateResolvingFunctions to c++ (Closed)
Patch Set: fix test Created 4 years, 1 month 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/contexts-inl.h
diff --git a/src/contexts-inl.h b/src/contexts-inl.h
index ce2c97be753f774d04bfa22cbd47707d6ded1b60..a87c88f7ff4fbc0c81cc6a3da22c4ba96cd7bb7d 100644
--- a/src/contexts-inl.h
+++ b/src/contexts-inl.h
@@ -124,7 +124,6 @@ bool Context::IsScriptContext() {
return map == map->GetHeap()->script_context_map();
}
-
bool Context::HasSameSecurityTokenAs(Context* that) {
return this->native_context()->security_token() ==
that->native_context()->security_token();

Powered by Google App Engine
This is Rietveld 408576698