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

Unified Diff: vm/scanner.cc

Issue 10797021: - Start using the collected store buffer entries to find (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 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 | « vm/object.cc ('k') | vm/scavenger.h » ('j') | vm/scavenger.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/scanner.cc
===================================================================
--- vm/scanner.cc (revision 9751)
+++ vm/scanner.cc (working copy)
@@ -942,7 +942,7 @@
char private_key[32];
OS::SNPrint(private_key, sizeof(private_key),
"%c%"PRIxPTR, kPrivateKeySeparator, key_value);
- const String& result = String::Handle(String::New(private_key));
+ const String& result = String::Handle(String::New(private_key, Heap::kOld));
return result.raw();
}
« no previous file with comments | « vm/object.cc ('k') | vm/scavenger.h » ('j') | vm/scavenger.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698