| Index: Source/core/events/GestureEvent.h
|
| diff --git a/Source/core/events/GestureEvent.h b/Source/core/events/GestureEvent.h
|
| index 12adceae80d48e47c75a9c36d484de731bc6c544..0047edb24fdaa636b18c0416499b9237cc15112c 100644
|
| --- a/Source/core/events/GestureEvent.h
|
| +++ b/Source/core/events/GestureEvent.h
|
| @@ -36,7 +36,7 @@ class GestureEvent FINAL : public MouseRelatedEvent {
|
| public:
|
| virtual ~GestureEvent() { }
|
|
|
| - static PassRefPtr<GestureEvent> create(PassRefPtrWillBeRawPtr<AbstractView>, const PlatformGestureEvent&);
|
| + static PassRefPtrWillBeRawPtr<GestureEvent> create(PassRefPtrWillBeRawPtr<AbstractView>, const PlatformGestureEvent&);
|
|
|
| virtual bool isGestureEvent() const OVERRIDE;
|
|
|
|
|