Changeset 97664 in webkit


Ignore:
Timestamp:
Oct 17, 2011 4:15:02 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

quote "attributes" keyword in CodeGeneratorGObject.pm
https://bugs.webkit.org/show_bug.cgi?id=64348

Patch by Arno Renevier <arno@renevier.net> on 2011-10-17
Reviewed by Darin Adler.

No change of functionality. No new tests.

  • bindings/scripts/CodeGeneratorGObject.pm:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r97662 r97664  
     12011-10-17  Arno Renevier  <arno@renevier.net>
     2
     3        quote "attributes" keyword in CodeGeneratorGObject.pm
     4        https://bugs.webkit.org/show_bug.cgi?id=64348
     5
     6        Reviewed by Darin Adler.
     7
     8        No change of functionality. No new tests.
     9
     10        * bindings/scripts/CodeGeneratorGObject.pm:
     11
    1122011-10-17  Ojan Vafai  <ojan@chromium.org>
    213
  • trunk/Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm

    r96009 r97664  
    10631063        $param->type($attribute->signature->type);
    10641064        my %attributes = ();
    1065         $param->extendedAttributes(attributes);
     1065        $param->extendedAttributes("attributes");
    10661066        my $arrayRef = $function->parameters;
    10671067        push(@$arrayRef, $param);
Note: See TracChangeset for help on using the changeset viewer.