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

Unified Diff: tools/callstats.html

Issue 2797253009: Fix static initializer in ic.cc (Closed)
Patch Set: Created 3 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 | « src/ic/ic.cc ('k') | tools/ic-explorer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/callstats.html
diff --git a/tools/callstats.html b/tools/callstats.html
index f8a642397ab8a56cac48b754665653cafc216780..3b7cff5e57509d114616861f2fb8ca7fef36955b 100644
--- a/tools/callstats.html
+++ b/tools/callstats.html
@@ -1093,7 +1093,7 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
var files = document.getElementById("uploadInput").files;
loadFiles(files, false)
}
-
+
function loadFiles(files, append) {
var file = files[0];
var reader = new FileReader();
« no previous file with comments | « src/ic/ic.cc ('k') | tools/ic-explorer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698