Bug 111834 - [WK2] Rename WebEvent::type() to WebEvent::eventType().
Summary: [WK2] Rename WebEvent::type() to WebEvent::eventType().
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eunmi Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 02:11 PST by Eunmi Lee
Modified: 2013-07-12 06:25 PDT (History)
6 users (show)

See Also:


Attachments
Patch (35.60 KB, patch)
2013-03-08 02:20 PST, Eunmi Lee
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eunmi Lee 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.
Comment 1 Eunmi Lee 2013-03-08 02:20:57 PST
Created attachment 192184 [details]
Patch
Comment 2 Eunmi Lee 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.