| Index: Source/core/scripts/make_names.pl
|
| diff --git a/Source/core/scripts/make_names.pl b/Source/core/scripts/make_names.pl
|
| index 97f857ae50d173b4c16f67e5a7311d71a7757dd3..53eb3cfdcd02aa432764dd92985257606ff114b6 100755
|
| --- a/Source/core/scripts/make_names.pl
|
| +++ b/Source/core/scripts/make_names.pl
|
| @@ -576,7 +576,7 @@ sub printLicenseHeader
|
| print F "/*
|
| * THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT EDIT.
|
| *
|
| - * This file was generated by the dom/make_names.pl script.
|
| + * This file was generated by the core/scripts/make_names.pl script.
|
| *
|
| * Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
|
| *
|
| @@ -612,7 +612,7 @@ sub printNamesHeaderFile
|
| open F, ">$headerPath";
|
|
|
| printLicenseHeader($F);
|
| - printHeaderHead($F, "DOM", $parameters{namespace}, "#include \"QualifiedName.h\"");
|
| + printHeaderHead($F, "DOM", $parameters{namespace}, "#include \"core/dom/QualifiedName.h\"");
|
|
|
| my $lowerNamespace = lc($parameters{namespacePrefix});
|
| print F "// Namespace\n";
|
|
|