| 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 329fb91c24cc97e5f98534e2f3ecd35df572827e..01e9e3914fb079487b7417a28ce388bf09a29c35 100644
|
| --- a/Source/core/scripts/make_dom_exceptions.pl
|
| +++ b/Source/core/scripts/make_dom_exceptions.pl
|
| @@ -156,7 +156,7 @@ sub generateImplementation()
|
| print F "#endif\n" if $conditional;
|
| }
|
|
|
| - print F "#include \"IDBDatabaseException.h\"\n";
|
| + print F "#include \"modules/indexeddb/IDBDatabaseException.h\"\n";
|
|
|
| print F "\n";
|
| print F "namespace WebCore {\n";
|
|
|