DescriptionFix invalid reuse of weak global handle in GetScriptWrapper.
This fixes a direct usage of a weak global handle in GetScriptWrapper
that just casted it to a strong local handle, while a subsequent GC
might clear it. Handlepocalypse anyone?
R=machenbach@chromium.org
BUG=v8:2988
TEST=mjsunit/regress/regress-2988
Committed: http://code.google.com/p/v8/source/detail?r=17622
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|