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

Unified Diff: lib/compiler/implementation/lib/interceptors.dart

Issue 10908167: Remove dart2js specific core.dart and coreimpl.dart files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
« no previous file with comments | « lib/compiler/implementation/lib/coreimpl_patch.dart ('k') | lib/compiler/implementation/lib/io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/lib/interceptors.dart
diff --git a/lib/compiler/implementation/lib/interceptors.dart b/lib/compiler/implementation/lib/interceptors.dart
index 4e936501974b14b61e19221644e0f9a61ebc8693..a847632a9b18e0d9d574cf671f252a1f3094b5e4 100644
--- a/lib/compiler/implementation/lib/interceptors.dart
+++ b/lib/compiler/implementation/lib/interceptors.dart
@@ -4,7 +4,7 @@
#library('dart:_interceptors');
-#import('coreimpl.dart');
+#import('dart:coreimpl');
#import('js_helper.dart');
add$1(var receiver, var value) {
@@ -605,7 +605,7 @@ trim(receiver) {
/**
* This is the [Jenkins hash function][1] but using masking to keep
- * values in SMI range.
+ * values in SMI range.
*
* [1]: http://en.wikipedia.org/wiki/Jenkins_hash_function
*/
« no previous file with comments | « lib/compiler/implementation/lib/coreimpl_patch.dart ('k') | lib/compiler/implementation/lib/io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698