Bug 29894 - [CHROMIUM] Fix Chromium build following r48884
Summary: [CHROMIUM] Fix Chromium build following r48884
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Stephen White
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 13:36 PDT by Stephen White
Modified: 2009-09-30 08:15 PDT (History)
1 user (show)

See Also:


Attachments
Fix for Chromium build break. (3.07 KB, patch)
2009-09-29 13:54 PDT, Stephen White
eric: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen White 2009-09-29 13:36:45 PDT
Need to update the V8 side after r48884, ap@apple.com's change for JS event listeners.
Comment 1 Stephen White 2009-09-29 13:54:02 PDT
Created attachment 40322 [details]
Fix for Chromium build break.
Comment 2 Dimitri Glazkov (Google) 2009-09-29 13:59:49 PDT
This is almost there -- need the same changes for V8WorkerContextEventListener and V8WorkerContextObjectEventListener.
Comment 3 Eric Seidel (no email) 2009-09-29 14:10:07 PDT
Comment on attachment 40322 [details]
Fix for Chromium build break.

These are unrelated changes, they should be separate commits.

You can commit your addition to committers.py w/o review assuming you actually have commit privs by now (which I would expect you do).  The build fix also can be committed w/o review, assuming it's just a build fix. Review is always nicer, but not required for build fixes.
Comment 4 Dimitri Glazkov (Google) 2009-09-29 14:12:48 PDT
I asked to upload patch, so that I could take a look.
Comment 5 Stephen White 2009-09-30 08:15:25 PDT
This was committed as r48904 and can be closed.