Bug 77587

Summary: WorkerScriptController::evaluate() should not return anything
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: WebCore Misc.Assignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ap, dimich, japhet, levin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch abarth: review+

Description Benjamin Poulain 2012-02-01 17:31:59 PST
We discard the return value of Workers. It is confusing for WorkerScriptController::evaluate() to return a value.
Comment 1 Benjamin Poulain 2012-02-01 17:37:11 PST
Created attachment 125053 [details]
Patch
Comment 2 Benjamin Poulain 2012-02-01 17:38:00 PST
Not for review just yet, I need to see how the Chromium V8 bots like this.
Comment 3 Adam Barth 2012-02-01 18:44:38 PST
Comment on attachment 125053 [details]
Patch

You said this wasn't for review, but this seems non-controversial.
Comment 4 Benjamin Poulain 2012-02-01 19:12:21 PST
(In reply to comment #3)
> You said this wasn't for review, but this seems non-controversial.

Yep, I r?ed later when I was sure that builds for Chromium. I should have commented.

Thanks for the review.
Comment 5 Benjamin Poulain 2012-02-01 20:12:26 PST
Committed r106529: <http://trac.webkit.org/changeset/106529>