DescriptionCheck for proper types from error handling code
A bug in error printing meant that we failed to do proper type checks
before calling into C++ code, which could lead to RUNTIME_ASSERT
failures if methods are called on alternative receivers. This patch
adds the right type checks.
BUG=chromium:596718
LOG=Y
R=adamk
Committed: https://crrev.com/97fce6214e946ad5c1e09656a0317308a75f3dc3
Cr-Commit-Position: refs/heads/master@{#35069}
Patch Set 1 #Patch Set 2 : regression test #
Total comments: 2
Patch Set 3 : more tests #Patch Set 4 : Update golden test expectations #Patch Set 5 : Ignore IfConditions output change #Patch Set 6 : rebase golden again #
Messages
Total messages: 29 (12 generated)
|