Title: [207417] trunk/Source/WebCore
- Revision
- 207417
- Author
- [email protected]
- Date
- 2016-10-17 11:14:20 -0700 (Mon, 17 Oct 2016)
Log Message
Fix typo in error message.
* bindings/scripts/CodeGeneratorJS.pm:
(GenerateSerializerFunction):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (207416 => 207417)
--- trunk/Source/WebCore/ChangeLog 2016-10-17 17:59:17 UTC (rev 207416)
+++ trunk/Source/WebCore/ChangeLog 2016-10-17 18:14:20 UTC (rev 207417)
@@ -1,3 +1,10 @@
+2016-10-17 Simon Fraser <[email protected]>
+
+ Fix typo in error message.
+
+ * bindings/scripts/CodeGeneratorJS.pm:
+ (GenerateSerializerFunction):
+
2016-10-17 Fujii Hironori <[email protected]>
preprocessor.pm: cl.exe outputs processing filenames if Windows Perl is used
Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (207416 => 207417)
--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2016-10-17 17:59:17 UTC (rev 207416)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2016-10-17 18:14:20 UTC (rev 207417)
@@ -3993,7 +3993,7 @@
}
}
- die "Failed to find \"serializate\" attribute \"$attribute_name\" in $interfaceName" if !$found_attribute;
+ die "Failed to find \"serializer\" attribute \"$attribute_name\" in $interfaceName" if !$found_attribute;
}
foreach my $attribute (@serializedAttributes) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes