Bug 24579

Summary: Many V8*Event* files are misplaced.
Product: WebKit Reporter: David Levin <levin>
Component: WebKit Misc.Assignee: David Levin <levin>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed fix. dglazkov: review+

Description David Levin 2009-03-13 10:50:15 PDT
They are currently in the v8/custom directory which is for *custom bindings*.  The events code is infrastructure for supporting the bindings and should be in the bindings/v8 directory.

Of course, V8CustomEventListener.* should remain in the custom directory.
Comment 1 David Levin 2009-03-13 10:53:56 PDT
Created attachment 28586 [details]
Proposed fix.
Comment 2 Dimitri Glazkov (Google) 2009-03-13 10:54:55 PDT
Comment on attachment 28586 [details]
Proposed fix.

easy-peasy.
Comment 3 David Levin 2009-03-13 12:15:04 PDT
Committed in r41678.