Bug 29894

Summary: [CHROMIUM] Fix Chromium build following r48884
Product: WebKit Reporter: Stephen White <senorblanco>
Component: WebCore JavaScriptAssignee: Stephen White <senorblanco>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Fix for Chromium build break. eric: review-

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.