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

Unified Diff: Source/core/scripts/InFilesCompiler.pm

Issue 14283012: Absolutify paths to fileapi/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: script 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/rendering/RenderThemeChromiumMac.mm ('k') | Source/core/scripts/make_dom_exceptions.pl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/scripts/InFilesCompiler.pm
diff --git a/Source/core/scripts/InFilesCompiler.pm b/Source/core/scripts/InFilesCompiler.pm
index 7e981e836fcd52339d46c49cf036fa587d7fbcb4..2e9b69b5db6719ddef30963ebde4941b7e271687 100644
--- a/Source/core/scripts/InFilesCompiler.pm
+++ b/Source/core/scripts/InFilesCompiler.pm
@@ -115,7 +115,7 @@ sub compile()
close($file);
die "Failed to read from file: $inputFile" if (keys %parsedItems == 0);
- &$generateCode(\%parsedParameters, \%parsedItems);
+ &$generateCode(\%parsedParameters, \%parsedItems, \%parsedItemPaths);
}
sub license()
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumMac.mm ('k') | Source/core/scripts/make_dom_exceptions.pl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698