Bug 30264

Summary: [v8] Need change to V8WorkerContextEventListener::reportError signature to match the base class.
Product: WebKit Reporter: David Levin <levin>
Component: WebCore JavaScriptAssignee: David Levin <levin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Unreviewed build fix for Windows (Cairo).
none
Fix bug. eric: review+

Description David Levin 2009-10-09 15:18:33 PDT
This is due to http://trac.webkit.org/changeset/48884 which changed the parameters for a base class.

There was a partial fix in http://trac.webkit.org/changeset/48904 but it missed a method.

This currently causes worker-script-error.html to fail for users of v8.
Comment 1 David Levin 2009-10-09 15:24:33 PDT
Created attachment 40967 [details]
Unreviewed build fix for Windows (Cairo).
Comment 2 David Levin 2009-10-09 15:28:01 PDT
Comment on attachment 40967 [details]
Unreviewed build fix for Windows (Cairo).

Whoops... new tool problem.
Comment 3 David Levin 2009-10-09 15:28:31 PDT
Created attachment 40968 [details]
Fix bug.
Comment 4 Eric Seidel (no email) 2009-10-09 16:10:55 PDT
Comment on attachment 40968 [details]
Fix bug.

I guess v8 doesn't want to use the new param? :) rs=me.
Comment 5 David Levin 2009-10-09 17:28:10 PDT
Committed as http://trac.webkit.org/changeset/49408