[Webkit-unassigned] [Bug 123448] [GTK] DOM bindings documentation errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 10:04:30 PDT 2013


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





--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-10-29 10:03:16 PST ---
(From update of attachment 215392)
View in context: https://bugs.webkit.org/attachment.cgi?id=215392&action=review

>>> Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:979
>>> +    if (IsGDOMClassType($function->signature->type) && ($returnType ne "void")) {
>> 
>> can IsGDOMClassType return true for void? In that case I guess we should fix IsGDOMClassType instead.
> 
> No.

There's $returnValueIsGDOMType already, maybe we can use that instead of calling IsGDOMClassType again

-- 
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