Bug 102805

Summary: [V8] Change a return type of V8Parameter::prepare() from bool to void
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dglazkov, japhet, tyoshino, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 102981    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Fixed test failures none

Kentaro Hara
Reported 2012-11-20 05:27:51 PST
This is an incremental step for V8Parameter refactoring. V8Parameter::prepare() is always called just after V8Parameter's constructor. So I want to move the logic of V8Parameter::prepare() to V8Parameter's constructor. In preparation for that, this patch changes the return type of V8Parameter::prepare() from bool to void (because a constructor cannot return any value).
Attachments
Patch (5.62 KB, patch)
2012-11-20 05:35 PST, Kentaro Hara
no flags
Fixed test failures (6.10 KB, patch)
2012-11-20 17:09 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-11-20 05:35:09 PST
WebKit Review Bot
Comment 2 2012-11-20 10:32:01 PST
Comment on attachment 175196 [details] Patch Attachment 175196 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/14911682 New failing tests: fast/workers/worker-constructor.html storage/websql/sql-error-codes.html inspector/console/alert-toString-exception.html http/tests/websocket/tests/hybi/send-throw.html fast/workers/storage/execute-sql-args-sync.html fast/workers/storage/open-database-inputs-sync.html fast/workers/storage/execute-sql-args-worker.html fast/workers/storage/sql-exception-codes-sync.html storage/websql/execute-sql-args.html
Adam Barth
Comment 3 2012-11-20 10:52:29 PST
Comment on attachment 175196 [details] Patch Looks like you have some test failures to work through.
Kentaro Hara
Comment 4 2012-11-20 17:09:58 PST
Created attachment 175309 [details] Fixed test failures
WebKit Review Bot
Comment 5 2012-11-20 17:58:50 PST
Comment on attachment 175309 [details] Fixed test failures Clearing flags on attachment: 175309 Committed r135338: <http://trac.webkit.org/changeset/135338>
WebKit Review Bot
Comment 6 2012-11-20 17:58:53 PST
All reviewed patches have been landed. Closing bug.
WebKit Review Bot
Comment 7 2012-11-21 14:49:31 PST
Re-opened since this is blocked by bug 102981
Takeshi Yoshino
Comment 8 2013-04-08 23:54:48 PDT
bug 102981 which reopened this automatically has been resolved. I think it's ok to close this bug.
Note You need to log in before you can comment on or make changes to this bug.