Revision: 12004
Author:   [email protected]
Date:     Fri Jul  6 09:03:18 2012
Log:      Fix missing handle scope in recent r12001.

[email protected]
BUG=v8:2219
TEST=webkit:fast/dom/inline-event-attributes-release.html

Review URL: https://chromiumcodereview.appspot.com/10701108
http://code.google.com/p/v8/source/detail?r=12004

Modified:
 /branches/bleeding_edge/src/objects.cc

=======================================
--- /branches/bleeding_edge/src/objects.cc      Fri Jul  6 04:34:22 2012
+++ /branches/bleeding_edge/src/objects.cc      Fri Jul  6 09:03:18 2012
@@ -2867,6 +2867,7 @@

   // From this point on everything needs to be handlified, because
   // SetPropertyViaPrototypes might call back into JavaScript.
+  HandleScope scope(GetIsolate());
   Handle<JSObject> self(this);
   Handle<String> name(name_raw);
   Handle<Object> value(value_raw);

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

Reply via email to