[Webkit-unassigned] [Bug 64348] Unquoted string "attributes" may clash with future reserved word at ../../Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm line 1058.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 09:33:11 PDT 2011


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





--- Comment #3 from Darin Adler <darin at apple.com>  2011-10-17 09:33:11 PST ---
(From update of attachment 100450)
View in context: https://bugs.webkit.org/attachment.cgi?id=100450&action=review

> Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:1058
> -        $param->extendedAttributes(attributes);
> +        $param->extendedAttributes("attributes");

After reviewing, I realized that I don’t really understand this line. It looks like it fetches a value that is never used.

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