Skip to content

Commit 7bbf1d3

Browse files
committed
Fixed profiling on Safari browser
1 parent e560668 commit 7bbf1d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

debug_toolbar/templates/panels/profiling.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<script>
77
(function() {
8-
let iframe = document.getElementById('profilingContent');
9-
iframe.srcdoc = iframe.innerHTML;
8+
const iframe = document.getElementById('profilingContent');
9+
iframe.srcdoc = iframe.textContent;
1010
})();
1111
</script>

0 commit comments

Comments
 (0)