Skip to content

Commit f9f1478

Browse files
committed
update devtools.patch
1 parent 01783f2 commit f9f1478

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

patch/patches/devtools.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
diff --git a/front_end/extensions/ExtensionServer.js b/front_end/extensions/ExtensionServer.js
2-
index 839859c1..46e17d76 100644
3-
--- front_end/extensions/ExtensionServer.js
4-
+++ front_end/extensions/ExtensionServer.js
5-
@@ -1011,6 +1011,7 @@ export class ExtensionServer extends Common.ObjectWrapper.ObjectWrapper {
6-
* @param {string} url
7-
*/
8-
_canInspectURL(url) {
1+
diff --git a/front_end/extensions/ExtensionServer.ts b/front_end/extensions/ExtensionServer.ts
2+
index d75db4c1a..346337d26 100644
3+
--- front_end/extensions/ExtensionServer.ts
4+
+++ front_end/extensions/ExtensionServer.ts
5+
@@ -942,6 +942,7 @@ export class ExtensionServer extends Common.ObjectWrapper.ObjectWrapper {
6+
}
7+
8+
_canInspectURL(url: string): boolean {
99
+ return true;
1010
let parsedURL;
1111
// This is only to work around invalid URLs we're occasionally getting from some tests.

0 commit comments

Comments
 (0)