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

Unified Diff: tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate

Issue 450693005: Eliminate the old non blink code paths from idl generation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove DART_USE_BLINK from templates Created 6 years, 4 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
Index: tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
diff --git a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
index a0f1d1bc84fa56007082014d67b67c556c32ce65..0ac7e6ffb51aac846d6dd00d53e4fc19f8e5a44d 100644
--- a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
+++ b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
@@ -11,9 +11,7 @@ import 'dart:async';
import 'dart:html';
import 'dart:html_common';
import 'dart:nativewrappers';
-$if DART_USE_BLINK
import 'dart:_blink' as _blink;
-$endif
$!GENERATED_DART_FILES
@@ -35,9 +33,7 @@ class _KeyRangeFactoryProvider {
[bool lowerOpen = false, bool upperOpen = false]) =>
KeyRange.bound_(lower, upper, lowerOpen, upperOpen);
}
-$if DART_USE_BLINK
// FIXME: Can we make this private?
final indexed_dbBlinkMap = {
$!TYPE_MAP
};
-$endif
« no previous file with comments | « tools/dom/templates/html/dartium/html_dartium.darttemplate ('k') | tools/dom/templates/html/dartium/svg_dartium.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698