[Webkit-unassigned] [Bug 80030] [GObject bindings] Supplemental interfaces are not disabled with the "Conditional" attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 11:26:23 PDT 2012


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





--- Comment #10 from Zan Dobersek <zandobersek at gmail.com>  2012-03-23 11:26:22 PST ---
(From update of attachment 133485)
View in context: https://bugs.webkit.org/attachment.cgi?id=133485&action=review

Very well, I'll put build fixes in WebKit part in bug #81451.

>> Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:1081
>> +                push(@cBody, "    return NULL;\n");
> 
> NULL here?

You probably meant 0 ... ?

>> Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:1094
>>                  push(@cBody, "    return NULL;\n");
> 
> And also here I suppose.

Ditto?

>> Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:1231
>>                                                 "core-object", coreObject, NULL));
> 
> We might as well fix this double space while we are at it.

I'll also just put this into one line to avoid incorrect indentation.

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