From 44340e39c56ac322aa0984bc9cbadeac032feb51 Mon Sep 17 00:00:00 2001 From: "ager@chromium.org" Date: Tue, 28 Oct 2008 13:46:04 +0000 Subject: [PATCH] Change the order of two assignments, to make sure that the script type field is always initialized to a Smi before we get any GCs. Review URL: http://codereview.chromium.org/8833 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@624 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/factory.cc | 2 +- src/objects-inl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/factory.cc b/src/factory.cc index 55af33d..435f4c1 100644 --- a/src/factory.cc +++ b/src/factory.cc @@ -138,8 +138,8 @@ Handle