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

Unified Diff: tracing/tracing/extras/importer/jszip.html

Issue 1417883005: Enable vulcanizing perf_insights mapper Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Undo changes to vinn Created 5 years, 1 month 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 | « tracing/tracing/base/base.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/extras/importer/jszip.html
diff --git a/tracing/tracing/extras/importer/jszip.html b/tracing/tracing/extras/importer/jszip.html
index 5cd3c5eae13b34479e37accb4135605dce87a190..05cce27ed28fe46a1882f28a9284dbd9607e3ba1 100644
--- a/tracing/tracing/extras/importer/jszip.html
+++ b/tracing/tracing/extras/importer/jszip.html
@@ -6,16 +6,6 @@ found in the LICENSE file.
-->
<link rel="import" href="/tracing/base/base.html">
-<script>
-'use strict';
-// Workaround for JSzip requiring window.
-if (tr.isHeadless) {
- /**
- * Hack.
- */
- global.window = {};
-}
-</script>
<script src="/jszip.min.js"></script>
<script>
'use strict';
« no previous file with comments | « tracing/tracing/base/base.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698