Bug 111834

Summary: [WK2] Rename WebEvent::type() to WebEvent::eventType().
Product: WebKit Reporter: Eunmi Lee <enmi.lee>
Component: WebKit2Assignee: Eunmi Lee <enmi.lee>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abecsi, cmarcelo, gyuyoung.kim, menard, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.