Fixed return value in error path -- result instead of false.
commit131645aa41fdbb736398a841902e779ed08390e8
authorbrucedawson <brucedawson@chromium.org>
Thu, 4 Dec 2014 03:02:31 +0000 (3 19:02 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 4 Dec 2014 03:02:56 +0000 (4 03:02 +0000)
tree8fd5a544085f686cca7046d4b14efd5155fd7ed3
parentfe8d5ce53ea2711113a6c180901e6cb76ca8eb8a
Fixed return value in error path -- result instead of false.

Found by VC++'s /analyze.

src\win8\test\ui_automation_client.cc(380) : warning C6216:
Compiler-inserted cast between semantically different integral types:
a Boolean type to HRESULT.

BUG=427616

Review URL: https://codereview.chromium.org/768513003

Cr-Commit-Position: refs/heads/master@{#306753}
win8/test/ui_automation_client.cc