Bug 121915 - Reduce repetitive EventTarget subclassing.
Summary: Reduce repetitive EventTarget subclassing.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-25 09:59 PDT by Andreas Kling
Modified: 2013-09-25 11:51 PDT (History)
3 users (show)

See Also:


Attachments
Patch (99.70 KB, patch)
2013-09-25 09:59 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff
Patch for landing (100.54 KB, patch)
2013-09-25 11:22 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-09-25 09:59:26 PDT
Reduce repetitive EventTarget subclassing.
Comment 1 Andreas Kling 2013-09-25 09:59:53 PDT
Created attachment 212594 [details]
Patch
Comment 2 Anders Carlsson 2013-09-25 10:01:29 PDT
Comment on attachment 212594 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=212594&action=review

> Source/WebCore/dom/EventTarget.h:166
> +    private:

Newline before private.
Comment 3 Andreas Kling 2013-09-25 11:22:20 PDT
Created attachment 212609 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2013-09-25 11:51:43 PDT
Comment on attachment 212609 [details]
Patch for landing

Clearing flags on attachment: 212609

Committed r156413: <http://trac.webkit.org/changeset/156413>
Comment 5 WebKit Commit Bot 2013-09-25 11:51:45 PDT
All reviewed patches have been landed.  Closing bug.