Bug 121915

Summary: Reduce repetitive EventTarget subclassing.
Product: WebKit Reporter: Andreas Kling <kling>
Component: UI EventsAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, philn, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
koivisto: review+
Patch for landing none

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.