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

Unified Diff: src/factory.cc

Issue 12314155: Allow direct allocation in old pointer space. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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/factory.cc
diff --git a/src/factory.cc b/src/factory.cc
index bd3dc1fa78c2e359e94708cc000c7d41f54eaf50..671c4010909891f86e1cc85f578246f2802d41fe 100644
--- a/src/factory.cc
+++ b/src/factory.cc
@@ -947,7 +947,6 @@ Handle<GlobalObject> Factory::NewGlobalObject(
}
-
danno 2013/03/05 12:18:18 nit: not sure you should make a whitespace change
Hannes Payer (out of office) 2013/03/11 17:16:31 I had some changes in that file, which went away o
Handle<JSObject> Factory::NewJSObjectFromMap(Handle<Map> map,
PretenureFlag pretenure) {
CALL_HEAP_FUNCTION(

Powered by Google App Engine
This is Rietveld 408576698