Index: Source/core/events/KeyboardEvent.h |
diff --git a/Source/core/events/KeyboardEvent.h b/Source/core/events/KeyboardEvent.h |
index b240bee1471ac8f3304ac5a6b1a1d7a49c30bb1c..efd32a5bd7c5612a50798ee01b2f2f7a5c5d3b03 100644 |
--- a/Source/core/events/KeyboardEvent.h |
+++ b/Source/core/events/KeyboardEvent.h |
@@ -119,7 +119,7 @@ private: |
class KeyboardEventDispatchMediator : public EventDispatchMediator { |
public: |
- static PassRefPtr<KeyboardEventDispatchMediator> create(PassRefPtrWillBeRawPtr<KeyboardEvent>); |
+ static PassRefPtrWillBeRawPtr<KeyboardEventDispatchMediator> create(PassRefPtrWillBeRawPtr<KeyboardEvent>); |
private: |
explicit KeyboardEventDispatchMediator(PassRefPtrWillBeRawPtr<KeyboardEvent>); |
virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE; |