RESOLVED FIXED 24579
Many V8*Event* files are misplaced.
https://bugs.webkit.org/show_bug.cgi?id=24579
Summary Many V8*Event* files are misplaced.
David Levin
Reported 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.
Attachments
Proposed fix. (79.33 KB, patch)
2009-03-13 10:53 PDT, David Levin
dglazkov: review+
David Levin
Comment 1 2009-03-13 10:53:56 PDT
Created attachment 28586 [details] Proposed fix.
Dimitri Glazkov (Google)
Comment 2 2009-03-13 10:54:55 PDT
Comment on attachment 28586 [details] Proposed fix. easy-peasy.
David Levin
Comment 3 2009-03-13 12:15:04 PDT
Committed in r41678.
Note You need to log in before you can comment on or make changes to this bug.