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

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

Issue 1148333003: No dynamic at runtime (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 5 years, 7 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: lib/runtime/dart/math.js
diff --git a/lib/runtime/dart/math.js b/lib/runtime/dart/math.js
index 85a46c1483b75d9a570be817a5e19010d3897302..567ddbbc299687a9beb4e814ad7927796b28cf57 100644
--- a/lib/runtime/dart/math.js
+++ b/lib/runtime/dart/math.js
@@ -25,8 +25,8 @@ var _js_helper = dart.lazyImport(_js_helper);
statics: () => ({
combine: [core.int, [core.int, core.int]],
finish: [core.int, [core.int]],
- hash2: [core.int, [dart.dynamic, dart.dynamic]],
- hash4: [core.int, [dart.dynamic, dart.dynamic, dart.dynamic, dart.dynamic]]
+ hash2: [core.int, [core.Object, core.Object]],
+ hash4: [core.int, [core.Object, core.Object, core.Object, core.Object]]
}),
names: ['combine', 'finish', 'hash2', 'hash4']
});

Powered by Google App Engine
This is Rietveld 408576698