DescriptionIDL: Conversion to Dictionary is trivial (can't fail)
Conversion from v8::Value to blink::Dictionary simply stores a reference
to the v8::Value in the blink::Dictionary object, so can't throw an
exception. Adjust v8_conversion_is_trivial() accordingly, to avoid
use of TONATIVE_VOID(_INTERNAL) and thus declaration of unnecessary
v8::TryCatch locals.
BUG=413257
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182331
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 7 (2 generated)
|