| Index: Source/core/scripts/make_dom_exceptions.pl
|
| diff --git a/Source/core/scripts/make_dom_exceptions.pl b/Source/core/scripts/make_dom_exceptions.pl
|
| index 01e9e3914fb079487b7417a28ce388bf09a29c35..ecb92d45e5303d4a4f8ada80f18c03a23be4d8e8 100644
|
| --- a/Source/core/scripts/make_dom_exceptions.pl
|
| +++ b/Source/core/scripts/make_dom_exceptions.pl
|
| @@ -33,7 +33,6 @@
|
| use strict;
|
|
|
| use InFilesCompiler;
|
| -
|
| my %defaultParameters = (
|
| 'namespace' => 0
|
| );
|
| @@ -144,7 +143,7 @@ sub generateImplementation()
|
| print F "#include \"config.h\"\n";
|
| print F "#include \"ExceptionCodeDescription.h\"\n";
|
| print F "\n";
|
| - print F "#include \"ExceptionCode.h\"\n";
|
| + print F "#include \"core/dom/ExceptionCode.h\"\n";
|
|
|
| for my $exceptionType (sort keys %parsedItems) {
|
| my $conditional = $parsedItems{$exceptionType}{"conditional"};
|
|
|