Bug 29061 - Fix obvious copy-paste error in AccessibilityUIElement::clickPointY()
Summary: Fix obvious copy-paste error in AccessibilityUIElement::clickPointY()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-08 17:51 PDT by David Kilzer (:ddkilzer)
Modified: 2009-09-09 07:49 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 (1.28 KB, patch)
2009-09-08 17:51 PDT, David Kilzer (:ddkilzer)
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2009-09-08 17:51:45 PDT
Created attachment 39237 [details]
Patch v1

Reviewed by NOBODY (OOPS!).

No change to layout test results.

* DumpRenderTree/mac/AccessibilityUIElementMac.mm:
(AccessibilityUIElement::clickPointY): Changed to return y value
instead of x value.
---
 2 files changed, 13 insertions(+), 1 deletions(-)
Comment 1 Mark Rowe (bdash) 2009-09-08 21:14:45 PDT
Comment on attachment 39237 [details]
Patch v1

r=me
Comment 2 David Kilzer (:ddkilzer) 2009-09-09 07:49:51 PDT
Committed r48206: <http://trac.webkit.org/changeset/48206>