Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(841)

Unified Diff: Source/core/scripts/make_dom_exceptions.pl

Issue 14383019: Absolutify paths to modules/*, part 1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: .... Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/platform/mock/GeolocationClientMock.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « Source/core/platform/mock/GeolocationClientMock.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698