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

Issue 8528024: Fix missing HandleScope to prevent local handles to DOMWindow leaking. (Closed)

Created:
9 years, 1 month ago by mnaganov (inactive)
Modified:
9 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Fix missing HandleScope to prevent local handles to DOMWindow leaking. R=erik.corry@gmail.com BUG=102895 TEST=none Committed: http://code.google.com/p/v8/source/detail?r=9994

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/profile-generator.cc View 1 chunk +1 line, -0 lines 4 comments Download

Messages

Total messages: 5 (0 generated)
mnaganov (inactive)
9 years, 1 month ago (2011-11-14 12:00:00 UTC) #1
Erik Corry
LGTM http://codereview.chromium.org/8528024/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): http://codereview.chromium.org/8528024/diff/1/src/profile-generator.cc#newcode2476 src/profile-generator.cc:2476: HandleScope scope; Perhaps better to have this in ...
9 years, 1 month ago (2011-11-14 23:02:50 UTC) #2
mnaganov (inactive)
http://codereview.chromium.org/8528024/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): http://codereview.chromium.org/8528024/diff/1/src/profile-generator.cc#newcode2476 src/profile-generator.cc:2476: HandleScope scope; On 2011/11/14 23:02:50, Erik Corry wrote: > ...
9 years, 1 month ago (2011-11-15 09:58:27 UTC) #3
Vitaly Repeshko
http://codereview.chromium.org/8528024/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): http://codereview.chromium.org/8528024/diff/1/src/profile-generator.cc#newcode2476 src/profile-generator.cc:2476: HandleScope scope; This is too late. Global object handles ...
9 years, 1 month ago (2011-11-15 18:55:59 UTC) #4
mnaganov (inactive)
9 years, 1 month ago (2011-11-15 19:56:16 UTC) #5
http://codereview.chromium.org/8528024/diff/1/src/profile-generator.cc
File src/profile-generator.cc (right):

http://codereview.chromium.org/8528024/diff/1/src/profile-generator.cc#newcod...
src/profile-generator.cc:2476: HandleScope scope;
On 2011/11/15 18:55:59, Vitaly Repeshko wrote:
> This is too late. Global object handles have already been created in
> GlobalObjectsEnumerator.

A good catch! %)

Powered by Google App Engine
This is Rietveld 408576698