Bug 102805 - [V8] Change a return type of V8Parameter::prepare() from bool to void
Summary: [V8] Change a return type of V8Parameter::prepare() from bool to void
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on: 102981
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-20 05:27 PST by Kentaro Hara
Modified: 2013-04-08 23:54 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.62 KB, patch)
2012-11-20 05:35 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff
Fixed test failures (6.10 KB, patch)
2012-11-20 17:09 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 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).
Comment 1 Kentaro Hara 2012-11-20 05:35:09 PST
Created attachment 175196 [details]
Patch
Comment 2 WebKit Review Bot 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
Comment 3 Adam Barth 2012-11-20 10:52:29 PST
Comment on attachment 175196 [details]
Patch

Looks like you have some test failures to work through.
Comment 4 Kentaro Hara 2012-11-20 17:09:58 PST
Created attachment 175309 [details]
Fixed test failures
Comment 5 WebKit Review Bot 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>
Comment 6 WebKit Review Bot 2012-11-20 17:58:53 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 WebKit Review Bot 2012-11-21 14:49:31 PST
Re-opened since this is blocked by bug 102981
Comment 8 Takeshi Yoshino 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.