WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
102805
[V8] Change a return type of V8Parameter::prepare() from bool to void
https://bugs.webkit.org/show_bug.cgi?id=102805
Summary
[V8] Change a return type of V8Parameter::prepare() from bool to void
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
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
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2012-11-20 05:35:09 PST
Created
attachment 175196
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug