RESOLVED WONTFIX 111834
[WK2] Rename WebEvent::type() to WebEvent::eventType().
https://bugs.webkit.org/show_bug.cgi?id=111834
Summary [WK2] Rename WebEvent::type() to WebEvent::eventType().
Eunmi Lee
Reported 2013-03-08 02:11:20 PST
I want to make WebTouchEvent to inherit APIObject in the Bug 108915, but there is one problem that WebTouchEvent already inherits WebEvent and both WebEvent and APIObject have type() function. So, I want to rename WebEvent's type() to eventType() to prevent confusion.
Attachments
Patch (35.60 KB, patch)
2013-03-08 02:20 PST, Eunmi Lee
no flags
Eunmi Lee
Comment 1 2013-03-08 02:20:57 PST
Eunmi Lee
Comment 2 2013-03-13 21:55:37 PDT
Comment on attachment 192184 [details] Patch I want to abandon this patch because I decided to not make WebTouchEvent to inherit APIObject.
Note You need to log in before you can comment on or make changes to this bug.