Revision: 5308 Author: [email protected] Date: Thu Aug 19 07:00:58 2010 Log: Fix local handle leak in RegExpStringModificationTest.
Review URL: http://codereview.chromium.org/3133027 http://code.google.com/p/v8/source/detail?r=5308 Modified: /branches/bleeding_edge/test/cctest/test-api.cc ======================================= --- /branches/bleeding_edge/test/cctest/test-api.cc Mon Aug 16 04:53:52 2010 +++ /branches/bleeding_edge/test/cctest/test-api.cc Thu Aug 19 07:00:58 2010 @@ -9203,6 +9203,7 @@ morphs_ < kMaxModifications) { int morphs_before = morphs_; { + v8::HandleScope scope; // Match 15-30 "a"'s against 14 and a "b". const char* c_source = "/a?a?a?a?a?a?a?a?a?a?a?a?a?a?aaaaaaaaaaaaaaaa/" -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
