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

Unified Diff: sdk/lib/html/dartium/nativewrappers.dart

Issue 2451893004: Revert "Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork."" (Closed)
Patch Set: Created 4 years, 2 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 | « runtime/vm/vm.gypi ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dartium/nativewrappers.dart
diff --git a/sdk/lib/html/dartium/nativewrappers.dart b/sdk/lib/html/dartium/nativewrappers.dart
index 441749c6b66ebc76d5ac7de7a4650d0a653c4e1d..55e57421f6172599d63c566546086a580bf4e611 100644
--- a/sdk/lib/html/dartium/nativewrappers.dart
+++ b/sdk/lib/html/dartium/nativewrappers.dart
@@ -4,31 +4,9 @@
library nativewrappers;
-class NativeFieldWrapperClass1 {
- NativeFieldWrapperClass1() {
- throw new UnsupportedError(
- "Generative constructors not supported on native types.");
- }
-}
-
class NativeFieldWrapperClass2 {
NativeFieldWrapperClass2() {
throw new UnsupportedError(
"Generative constructors not supported on native types.");
}
}
-
-class NativeFieldWrapperClass3 {
- NativeFieldWrapperClass3() {
- throw new UnsupportedError(
- "Generative constructors not supported on native types.");
- }
-}
-
-class NativeFieldWrapperClass4 {
- NativeFieldWrapperClass4() {
- throw new UnsupportedError(
- "Generative constructors not supported on native types.");
- }
-}
-
« no previous file with comments | « runtime/vm/vm.gypi ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698