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

Unified Diff: sdk/lib/_internal/compiler/implementation/compiler.dart

Issue 11398002: Splitting SVG types out of dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Passing dartc. Created 8 years, 1 month 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: sdk/lib/_internal/compiler/implementation/compiler.dart
diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
index 774c2c6ea2ee79119c8b246b669bb2a8f42aed93..268c218e42ed373e2b2ffece060cf29de7604e20 100644
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
@@ -487,7 +487,8 @@ abstract class Compiler implements DiagnosticListener {
|| libraryName == 'dart:mirrors'
|| libraryName == 'dart:isolate'
|| libraryName == 'dart:math'
- || libraryName == 'dart:html') {
+ || libraryName == 'dart:html'
+ || libraryName == 'dart:svg') {
if (libraryName == 'dart:html' || libraryName == 'dart:mirrors') {
// dart:html needs access to convertDartClosureToJS.
Anton Muhin 2012/11/09 13:13:23 what about dart:svg?
blois 2012/11/09 18:21:56 I'll have to ask around- I initially had it, but t
// dart:mirrors needs access to the Primitives class.
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/implementation/native_handler.dart » ('j') | sdk/lib/html/dart2js/html_dart2js.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698