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

Unified Diff: runtime/vm/object.cc

Issue 1332923005: Remove remaining uses of null's absolute address from non-IA32. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 107ad5dffecb28d3d5767a2e978853cf94a68107..55821fd4dcb564929197f6cfc7e0d52102d77ebc 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -13890,7 +13890,7 @@ void MegamorphicCache::Insert(const Smi& class_id,
const char* MegamorphicCache::ToCString() const {
- return "";
+ return "MegamorphicCache";
}

Powered by Google App Engine
This is Rietveld 408576698