DescriptionFix clang build after r12956
That change added a test which called the handlified version of JSObject::SetElement and didn't check the return value, but that method has a MUST_USE_RESULT annotation. This change removes the annotation for consistency with other handlified static methods (like SetProperty).
Committed: https://code.google.com/p/v8/source/detail?r=12963
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|