Title: [204726] trunk/Source/WebCore
- Revision
- 204726
- Author
- achristen...@apple.com
- Date
- 2016-08-22 10:23:39 -0700 (Mon, 22 Aug 2016)
Log Message
Fix bindings tests after r204717.
* bindings/scripts/CodeGeneratorJS.pm:
(GenerateHeader):
There was an extra space.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (204725 => 204726)
--- trunk/Source/WebCore/ChangeLog 2016-08-22 17:20:17 UTC (rev 204725)
+++ trunk/Source/WebCore/ChangeLog 2016-08-22 17:23:39 UTC (rev 204726)
@@ -1,5 +1,13 @@
2016-08-22 Alex Christensen <achristen...@webkit.org>
+ Fix bindings tests after r204717.
+
+ * bindings/scripts/CodeGeneratorJS.pm:
+ (GenerateHeader):
+ There was an extra space.
+
+2016-08-22 Alex Christensen <achristen...@webkit.org>
+
Mostly fix Mac CMake build after r204717.
* PlatformMac.cmake:
Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (204725 => 204726)
--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2016-08-22 17:20:17 UTC (rev 204725)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2016-08-22 17:23:39 UTC (rev 204726)
@@ -1171,7 +1171,7 @@
} else {
my $export = "";
$export = "WEBCORE_EXPORT " if $interface->extendedAttributes->{"ExportToWrappedFunction"};
- push(@headerContent, " static $export $nativeType toWrapped(JSC::JSValue);\n");
+ push(@headerContent, " static $export$nativeType toWrapped(JSC::JSValue);\n");
}
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes