RESOLVED FIXED 73867
V8RecursionScope should call didLeaveScriptContext when recursionLevel reaches zero
https://bugs.webkit.org/show_bug.cgi?id=73867
Summary V8RecursionScope should call didLeaveScriptContext when recursionLevel reache...
Adam Klein
Reported 2011-12-05 14:32:38 PST
V8RecursionScope should call didLeaveScriptContext when recursionLevel reaches zero
Attachments
Patch (14.15 KB, patch)
2011-12-05 14:37 PST, Adam Klein
no flags
Patch for landing (14.00 KB, patch)
2011-12-05 14:55 PST, Adam Klein
no flags
Adam Klein
Comment 1 2011-12-05 14:37:02 PST
Adam Barth
Comment 2 2011-12-05 14:40:06 PST
Comment on attachment 117939 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=117939&action=review > Source/WebCore/bindings/v8/V8RecursionScope.h:34 > +#if ENABLE(MUTATION_OBSERVERS) Presumably this shouldn't be conditional on MUTATION_OBSERVERS, right?
Adam Klein
Comment 3 2011-12-05 14:54:47 PST
Comment on attachment 117939 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=117939&action=review >> Source/WebCore/bindings/v8/V8RecursionScope.h:34 >> +#if ENABLE(MUTATION_OBSERVERS) > > Presumably this shouldn't be conditional on MUTATION_OBSERVERS, right? Heh, good catch, I picked a bad file to use as a template...Removed.
Adam Klein
Comment 4 2011-12-05 14:55:19 PST
Created attachment 117943 [details] Patch for landing
Adam Klein
Comment 5 2011-12-05 16:33:36 PST
Note You need to log in before you can comment on or make changes to this bug.