[Webkit-unassigned] [Bug 76035] Add state attribute to history's dom interface.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 21:07:54 PST 2012


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





--- Comment #40 from Kentaro Hara <haraken at chromium.org>  2012-01-17 21:07:53 PST ---
(From update of attachment 122857)
View in context: https://bugs.webkit.org/attachment.cgi?id=122857&action=review

>>> Source/WebCore/bindings/scripts/CodeGeneratorV8.pm:902
>>> +    my $callWith = $attribute->signature->extendedAttributes->{"CallWith"} || "";
>> 
>> Nit: || "" is not necessary.
> 
> I get a whole bunch of warnings like "Use of uninitialized value $callWith in string eq at CodeGeneratorV8.pm" if i don't do that one, maybe i'm doing something wrong? (i seem to recall the same thing happening for the other ones, but they don't appear anymore, weird).

Ah, you're right. The warning appears because "$callWith eq ..." is used at the line 942. Then let's keep it as-is.

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