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

Unified Diff: tool/input_sdk/lib/web_sql/ddc/web_sql_ddc.dart

Issue 1700153002: Wrapperless dart:html and friends (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: A couple more tweaks Created 4 years, 10 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 | « tool/input_sdk/lib/web_sql/dart2js/web_sql_dart2js.dart ('k') | tool/input_sdk/private/classes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/lib/web_sql/ddc/web_sql_ddc.dart
diff --git a/tool/input_sdk/lib/web_sql/ddc/web_sql_ddc.dart b/tool/input_sdk/lib/web_sql/ddc/web_sql_ddc.dart
deleted file mode 100644
index 7e8ed559620b855826906ea7fee35134171c3cfa..0000000000000000000000000000000000000000
--- a/tool/input_sdk/lib/web_sql/ddc/web_sql_ddc.dart
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * An API for storing data in the browser that can be queried with SQL.
- *
- * **Caution:** this specification is no longer actively maintained by the Web
- * Applications Working Group and may be removed at any time.
- * See [the W3C Web SQL Database specification](http://www.w3.org/TR/webdatabase/)
- * for more information.
- *
- * The [dart:indexed_db] APIs is a recommended alternatives.
- */
-library dart.dom.web_sql;
-
-import 'dart:async';
-import 'dart:collection';
-import 'dart:_internal';
-import 'dart:html';
-import 'dart:html_common';
-import 'dart:_js_helper' show convertDartClosureToJS, Creates, JSName, Native;
-import 'dart:_foreign_helper' show JS;
-import 'dart:_interceptors' show Interceptor;
-// DO NOT EDIT - unless you are editing documentation as per:
-// https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
-// Auto-generated dart:audio library.
-
-
-
-
-// FIXME: Can we make this private?
-final web_sqlBlinkMap = {
-
-};
-
-// FIXME: Can we make this private?
-final web_sqlBlinkFunctionMap = {
-
-};
« no previous file with comments | « tool/input_sdk/lib/web_sql/dart2js/web_sql_dart2js.dart ('k') | tool/input_sdk/private/classes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698