···11+--- original
22++++ modified
33+@@ -109,6 +109,10 @@
44+ DirectoryListingHTML,
55+ /// A HTML page that is used for the about:memory url.
66+ AboutMemoryHTML,
77++ /// A HTML page with CSS and JS for rendering JSON documents with syntax highlighting
88++ /// and collapsible tree view. The template contains `<style>` and `<script>` blocks
99++ /// that are injected into the `<head>` of the JSON document page.
1010++ JsonViewerHTML,
1111+ /// RPC script for the Debugger API on behalf of devtools.
1212+ DebuggerJS,
1313+ }
1414+@@ -125,6 +129,7 @@
1515+ Resource::CrashHTML => "crash.html",
1616+ Resource::DirectoryListingHTML => "directory-listing.html",
1717+ Resource::AboutMemoryHTML => "about-memory.html",
1818++ Resource::JsonViewerHTML => "json-viewer.html",
1919+ Resource::DebuggerJS => "debugger.js",
2020+ }
2121+ }