Skip to content

Commit 2a8b8a9

Browse files
committed
Remove unnecessary JSObject implementation in memory web interop type
1 parent 48bf6a4 commit 2a8b8a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/devtools_app/lib/src/framework/observer/_memory_web.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ extension type _UserAgentSpecificMemoryBreakdownAttributionElement._(JSObject _)
6565
@JS()
6666
extension type _UserAgentSpecificMemoryBreakdownAttributionContainerElement._(
6767
JSObject _
68-
)
69-
implements JSObject {
68+
) {
7069
external String get id;
7170

7271
external String get url;

0 commit comments

Comments
 (0)