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

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

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Reverted to new .dart files in input_sdk: please compare them against previous patchset 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
Index: lib/runtime/dart/html.js
diff --git a/lib/runtime/dart/html.js b/lib/runtime/dart/html.js
index 62b8aef2f1a745a713adc62776b828b482e3c18f..62adbf97fea4b94fb3c62fa1225c76b4735b250a 100644
--- a/lib/runtime/dart/html.js
+++ b/lib/runtime/dart/html.js
@@ -13,7 +13,7 @@ dart_library.library('dart/html', null, /* Imports */[
], function(exports, dart, math, core, _js_helper, async, collection, _foreign_helper, isolate, _metadata, html_common) {
'use strict';
let dartx = dart.dartx;
- dart.export_(exports, math, ['Rectangle', 'Point'], []);
+ dart.export(exports, math, ['Rectangle', 'Point'], []);
class DartHtmlDomObject extends core.Object {
DartHtmlDomObject() {
this.raw = null;

Powered by Google App Engine
This is Rietveld 408576698