[Webkit-unassigned] [Bug 23223] Teach ScheduledAction how to execute script in WorkerContext, in addition to a Document.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 10 10:25:39 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23223
------- Comment #4 from darin at apple.com 2009-01-10 10:25 PDT -------
(From update of attachment 26586)
> + void executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValuePtr /* thisValue */);
There's no reason to comment out the name thisValue here. That only needs to be
done when it's a function *definition* that doesn't use the argument. If it's a
pure declaration like this that doesn't define the function you can and should
just include the name.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list