1 --- WebKit-r70732/WebCore/make-hash-tools.pl.orig 2012-01-11 09:26:45.000000000 -0330
2 +++ WebKit-r70732/WebCore/make-hash-tools.pl 2012-01-11 09:25:08.000000000 -0330
4 # Boston, MA 02110-1301, USA.
12 my $outdir = $ARGV[0];
21 -case "DocTypeStrings" {
22 +when ("DocTypeStrings") {
24 createHashToolsHeader();
28 } # case "DocTypeStrings"
33 my $colorDataImpl = "$outdir/ColorData.cpp";
34 my $colorDataGenerated = "$outdir/ColorDataHash.h";
35 --- WebKit-r70732/WebCore/dom/make_names.pl.orig 2010-10-06 09:00:45.000000000 -0230
36 +++ WebKit-r70732/WebCore/dom/make_names.pl 2012-01-11 09:38:21.000000000 -0330
42 +use feature "switch";