Skip to content

Commit 99a6fdd

Browse files
petamorikenErichDonGubler
authored andcommitted
[deno] move isFallbackAdapter from GPUAdapter to GPUAdapterInfo
Also fixes `Deno.privateCustomInspect`, which was defined as static methods of the classes and was not working properly. (cherry picked from denoland/deno#28650)
1 parent e714cb0 commit 99a6fdd

File tree

3 files changed

+132
-69
lines changed

3 files changed

+132
-69
lines changed

cts_runner/src/bootstrap.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ class Navigator {
138138
constructor() {
139139
webidl.illegalConstructor();
140140
}
141-
142-
[Symbol.for("Deno.customInspect")](inspect) {
143-
return `${this.constructor.name} ${inspect({})}`;
144-
}
145141
}
146142
const NavigatorPrototype = Navigator.prototype;
147143

0 commit comments

Comments
 (0)