DescriptionGenerate missing "block.ReThrow();" before return
After r174546 a v8::TryCatch object is in scope when calling a method's
C++ implementation early due to missing optional arguments. If the
implementation throws an exception, we need to call ReThrow() on that
v8::TryCatch object for the exception to be propagated correctly.
BUG=362388
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175076
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 12 (0 generated)
|