Bug 48059 - Chromium: use dedicated event listener type in EventListenerWrapper.
Summary: Chromium: use dedicated event listener type in EventListenerWrapper.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-21 03:34 PDT by Pavel Feldman
Modified: 2010-10-21 05:19 PDT (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed fix. (2.30 KB, patch)
2010-10-21 03:45 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2010-10-21 03:34:35 PDT
Native listener should not pretend being of JS type since WebCore relies on the listener type when casting it to the corresponding JS bound type.

See downstream bug for more info: http://code.google.com/p/chromium/issues/detail?id=60062
Comment 1 Pavel Feldman 2010-10-21 03:45:35 PDT
Created attachment 71418 [details]
[PATCH] Proposed fix.
Comment 2 WebKit Commit Bot 2010-10-21 05:18:48 PDT
The commit-queue encountered the following flaky tests while processing attachment 71418 [details]:

http/tests/websocket/tests/close-on-navigate-new-location.html

Please file bugs against the tests.  The author(s) of the test(s) have been CCed on this bug.  The commit-queue is continuing to process your patch.
Comment 3 WebKit Commit Bot 2010-10-21 05:19:40 PDT
Comment on attachment 71418 [details]
[PATCH] Proposed fix.

Clearing flags on attachment: 71418

Committed r70231: <http://trac.webkit.org/changeset/70231>
Comment 4 WebKit Commit Bot 2010-10-21 05:19:45 PDT
All reviewed patches have been landed.  Closing bug.