Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2522)

Unified Diff: sdk/lib/js/dartium/cached_patches.dart

Issue 2901213006: Suppress Scale interface - unused. (Closed)
Patch Set: BigCaesar Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/js/dartium/cached_patches.dart
diff --git a/sdk/lib/js/dartium/cached_patches.dart b/sdk/lib/js/dartium/cached_patches.dart
index e2841188d64345867241a23bc62d429e09bee0dd..26fb3b894ee355ffbcb9b7aa589184c30642354a 100644
--- a/sdk/lib/js/dartium/cached_patches.dart
+++ b/sdk/lib/js/dartium/cached_patches.dart
@@ -2827,15 +2827,6 @@ class RtcStatsResponseImpl extends RtcStatsResponse implements js_library.JSObje
get runtimeType => RtcStatsResponse;
toString() => super.toString();
}
-@patch class Scale {
- static Type get instanceRuntimeType => ScaleImpl;
-
-}
-class ScaleImpl extends Scale implements js_library.JSObjectInterfacesDom {
- ScaleImpl.internal_() : super.internal_();
- get runtimeType => Scale;
- toString() => super.toString();
-}
@patch class Screen {
static Type get instanceRuntimeType => ScreenImpl;
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698