X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fevents%2FKeyboardEvent.h;h=671b1bf1c67314a9346532510010df1e8a0f72ef;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=4f71aeb5c6a0c2da096a64fceef1ab89bf511882;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/events/KeyboardEvent.h b/src/third_party/WebKit/Source/core/events/KeyboardEvent.h index 4f71aeb..671b1bf 100644 --- a/src/third_party/WebKit/Source/core/events/KeyboardEvent.h +++ b/src/third_party/WebKit/Source/core/events/KeyboardEvent.h @@ -115,8 +115,6 @@ private: bool m_isAutoRepeat : 1; }; -KeyboardEvent* findKeyboardEvent(Event*); - class KeyboardEventDispatchMediator : public EventDispatchMediator { public: static PassRefPtr create(PassRefPtr);