| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b10d203 commit e58f14f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -373,7 +373,7 @@ void InspectorSocketServer::SendListResponse(InspectorSocket* socket, | |||
| 373 | 373 | std::string InspectorSocketServer::GetFrontendURL(bool is_compat, | |
| 374 | 374 | const std::string &formatted_address) { | |
| 375 | 375 | std::ostringstream frontend_url; | |
| 376 | - frontend_url << "chrome-devtools://devtools/bundled/"; | ||
| 376 | + frontend_url << "devtools://devtools/bundled/"; | ||
| 377 | 377 | frontend_url << (is_compat ? "inspector" : "js_app"); | |
| 378 | 378 | frontend_url << ".html?experiments=true&v8only=true&ws="; | |
| 379 | 379 | frontend_url << formatted_address; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments