| Index: Source/core/events/MouseRelatedEvent.h
|
| diff --git a/Source/core/events/MouseRelatedEvent.h b/Source/core/events/MouseRelatedEvent.h
|
| index 2bdd16e9ab236264591cfe1a16fd95d8272dfeb8..18e0a689a0dc4057e717a8f0d82a96ee6addaefb 100644
|
| --- a/Source/core/events/MouseRelatedEvent.h
|
| +++ b/Source/core/events/MouseRelatedEvent.h
|
| @@ -56,7 +56,7 @@ namespace blink {
|
| int y() const;
|
|
|
| // Page point in "absolute" coordinates (i.e. post-zoomed, page-relative coords,
|
| - // usable with RenderObject::absoluteToLocal).
|
| + // usable with LayoutObject::absoluteToLocal).
|
| const LayoutPoint& absoluteLocation() const { return m_absoluteLocation; }
|
| void setAbsoluteLocation(const LayoutPoint& p) { m_absoluteLocation = p; }
|
|
|
|
|