Bug 122591

Summary: Make all functions of EventDispatcher static local
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: UI EventsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, commit-queue, darin, eflews.bot, esprehn+autocc, gyuyoung.kim, kangil.han, kling, koivisto, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Cleanup
none
Patch for landing none

Description Ryosuke Niwa 2013-10-10 01:49:25 PDT
Make all functions of EventDispatcher static local
Comment 1 Ryosuke Niwa 2013-10-10 01:54:55 PDT
Created attachment 213859 [details]
Cleanup
Comment 2 Antti Koivisto 2013-10-10 02:09:45 PDT
Comment on attachment 213859 [details]
Cleanup

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

> Source/WebCore/ChangeLog:11
> +        We can convert it to a namespace or whatever later.

Namespace might be good.
Comment 3 EFL EWS Bot 2013-10-10 02:18:09 PDT
Comment on attachment 213859 [details]
Cleanup

Attachment 213859 [details] did not pass efl-wk2-ews (efl-wk2):
Output: http://webkit-queues.appspot.com/results/3485197
Comment 4 Ryosuke Niwa 2013-10-10 02:20:37 PDT
Created attachment 213860 [details]
Patch for landing
Comment 5 Ryosuke Niwa 2013-10-10 02:20:56 PDT
Comment on attachment 213860 [details]
Patch for landing

Wait for EWS.
Comment 6 Ryosuke Niwa 2013-10-10 14:09:41 PDT
Committed r157250: <http://trac.webkit.org/changeset/157250>