Changeset 207417 in webkit


Ignore:
Timestamp:
Oct 17, 2016 11:14:20 AM (8 years ago)
Author:
Simon Fraser
Message:

Fix typo in error message.

  • bindings/scripts/CodeGeneratorJS.pm:

(GenerateSerializerFunction):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r207412 r207417  
     12016-10-17  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Fix typo in error message.
     4
     5        * bindings/scripts/CodeGeneratorJS.pm:
     6        (GenerateSerializerFunction):
     7
    182016-10-17  Fujii Hironori  <Hironori.Fujii@sony.com>
    29
  • trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm

    r207394 r207417  
    39943994        }
    39953995       
    3996         die "Failed to find \"serializate\" attribute \"$attribute_name\" in $interfaceName" if !$found_attribute;
     3996        die "Failed to find \"serializer\" attribute \"$attribute_name\" in $interfaceName" if !$found_attribute;
    39973997    }
    39983998
Note: See TracChangeset for help on using the changeset viewer.