Revision: 4152
Author: [email protected]
Date: Wed Mar 17 01:53:21 2010
Log: Remove handle scope that caused debug mode assertion failures
because a handle was returned out of the destroyed scope.
Review URL: http://codereview.chromium.org/1029003
http://code.google.com/p/v8/source/detail?r=4152

Modified:
 /branches/bleeding_edge/src/ia32/codegen-ia32.cc

=======================================
--- /branches/bleeding_edge/src/ia32/codegen-ia32.cc Tue Mar 16 09:07:19 2010 +++ /branches/bleeding_edge/src/ia32/codegen-ia32.cc Wed Mar 17 01:53:21 2010
@@ -9225,10 +9225,10 @@
   // after this sequence.
   __ bind(&get_result);
 }
+

 Handle<Code> GetBinaryOpStub(int key, BinaryOpIC::TypeInfo type_info) {
   GenericBinaryOpStub stub(key, type_info);
-  HandleScope scope;
   return stub.GetCode();
 }

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to