[Webkit-unassigned] [Bug 102739] V8: EmptyScriptState passed to functions marked with CallWith=ScriptState

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 19 18:47:39 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102739





--- Comment #3 from Kentaro Hara <haraken at chromium.org>  2012-11-19 18:49:36 PST ---
(From update of attachment 175112)
View in context: https://bugs.webkit.org/attachment.cgi?id=175112&action=review

The change makes sense.

> Source/WebCore/bindings/scripts/CodeGeneratorV8.pm:3529
> -    my @callWithArgs = GenerateCallWith($callWith, \@callWithOutput, $indent, 0, 1, $function);
> +    my @callWithArgs = GenerateCallWith($callWith, \@callWithOutput, $indent, 0, 0, $function);

I think that now no one uses 1. Maybe you can kill the $emptyContext argument from GenerateCallWith().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list