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

Unified Diff: lib/runtime/dart/html.js

Issue 1530133003: Support source maps in server mode (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years 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 | « no previous file | lib/src/codegen/js_codegen.dart » ('j') | lib/src/codegen/js_codegen.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/html.js
diff --git a/lib/runtime/dart/html.js b/lib/runtime/dart/html.js
index f8b5a06a81188a5b7842edf83080ba2d9b513b7f..f7ce0e8277d641d19c77677b224c29c5a645d9fa 100644
--- a/lib/runtime/dart/html.js
+++ b/lib/runtime/dart/html.js
@@ -12546,7 +12546,7 @@ dart_library.library('dart/html', null, /* Imports */[
name = constructor.name;
f = getHtmlCreateFunction(name);
if (f == null) {
- dart.dsend(/* Unimplemented unknown name */console, 'error', `Could not instantiate ${name}`);
+ dart.dsend(/* Unimplemented unknown name */console, 'warn', `Could not instantiate ${name}`);
skip = true;
constructor = constructor.__proto__;
}
« no previous file with comments | « no previous file | lib/src/codegen/js_codegen.dart » ('j') | lib/src/codegen/js_codegen.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698