RESOLVED FIXED 107246
[V8] Remove custom V8ScriptProfileCustom::toV8()
https://bugs.webkit.org/show_bug.cgi?id=107246
Summary [V8] Remove custom V8ScriptProfileCustom::toV8()
Kentaro Hara
Reported 2013-01-18 02:12:35 PST
V8ScriptProfileCustom::toV8() needs not to be custom. Furthermore, the current custom toV8() is wrong in that it doesn't use a creationContext and it doesn't set a wrapper class id. This is one of steps to avoiding ASSERT()s that will be added in https://bugs.webkit.org/show_bug.cgi?id=107137 .
Attachments
Patch (5.70 KB, patch)
2013-01-18 02:13 PST, Kentaro Hara
no flags
patch for landing (5.60 KB, patch)
2013-01-20 21:47 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2013-01-18 02:13:54 PST
WebKit Review Bot
Comment 2 2013-01-19 01:49:52 PST
Comment on attachment 183410 [details] Patch Rejecting attachment 183410 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 cwd: /mnt/git/webkit-commit-queue Last 500 characters of output: hing file Source/WebCore/WebCore.gypi Hunk #1 FAILED at 1384. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebCore/WebCore.gypi.rej patching file Source/WebCore/bindings/v8/custom/V8ScriptProfileCustom.cpp rm 'Source/WebCore/bindings/v8/custom/V8ScriptProfileCustom.cpp' patching file Source/WebCore/inspector/ScriptProfile.idl Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', '--force', '--reviewer', 'Adam Barth']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output: http://queues.webkit.org/results/15978106
Kentaro Hara
Comment 3 2013-01-20 21:47:09 PST
Created attachment 183707 [details] patch for landing
WebKit Review Bot
Comment 4 2013-01-20 22:09:33 PST
Comment on attachment 183707 [details] patch for landing Clearing flags on attachment: 183707 Committed r140295: <http://trac.webkit.org/changeset/140295>
WebKit Review Bot
Comment 5 2013-01-20 22:09:38 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.