| Index: Source/core/events/TouchEvent.h
|
| diff --git a/Source/core/events/TouchEvent.h b/Source/core/events/TouchEvent.h
|
| index 90845344ed13789f0239f9c6019ba4bab29cf706..9659c98d510d52ec9fca4511630b841cd1ec95dd 100644
|
| --- a/Source/core/events/TouchEvent.h
|
| +++ b/Source/core/events/TouchEvent.h
|
| @@ -86,7 +86,7 @@ private:
|
|
|
| class TouchEventDispatchMediator FINAL : public EventDispatchMediator {
|
| public:
|
| - static PassRefPtr<TouchEventDispatchMediator> create(PassRefPtrWillBeRawPtr<TouchEvent>);
|
| + static PassRefPtrWillBeRawPtr<TouchEventDispatchMediator> create(PassRefPtrWillBeRawPtr<TouchEvent>);
|
|
|
| private:
|
| explicit TouchEventDispatchMediator(PassRefPtrWillBeRawPtr<TouchEvent>);
|
|
|