| Index: third_party/WebKit/Source/core/events/MouseEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/MouseEvent.h b/third_party/WebKit/Source/core/events/MouseEvent.h
|
| index 052c7547e5535d2be233b58df7ab2c62ed99cf7f..52c12ae42705c2790427174313721e84d5b07515 100644
|
| --- a/third_party/WebKit/Source/core/events/MouseEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/MouseEvent.h
|
| @@ -74,7 +74,7 @@ public:
|
| bool buttonDown() const { return m_button != -1; }
|
| EventTarget* relatedTarget() const { return m_relatedTarget.get(); }
|
| void setRelatedTarget(PassRefPtrWillBeRawPtr<EventTarget> relatedTarget) { m_relatedTarget = relatedTarget; }
|
| - PlatformMouseEvent::SyntheticEventType syntheticEventType() const { return m_syntheticEventType; }
|
| + PlatformMouseEvent::SyntheticEventType getSyntheticEventType() const { return m_syntheticEventType; }
|
|
|
| Node* toElement() const;
|
| Node* fromElement() const;
|
|
|