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

Unified Diff: lib/io/http_session.dart

Issue 11337019: Use patching for dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/io/http_session.dart
diff --git a/runtime/bin/http_session.dart b/lib/io/http_session.dart
similarity index 98%
rename from runtime/bin/http_session.dart
rename to lib/io/http_session.dart
index f1d5eaff0066333db0b0ab84f88b97ef77c74acb..d2146132d7aa8645c413fd046c48deb0cccc4852 100644
--- a/runtime/bin/http_session.dart
+++ b/lib/io/http_session.dart
@@ -154,7 +154,6 @@ class _HttpSessionManager {
_HttpSession _tail;
Timer _timer;
- static Uint8List _getRandomBytes(int count)
- native "Crypto_GetRandomBytes";
+ external static Uint8List _getRandomBytes(int count);
}

Powered by Google App Engine
This is Rietveld 408576698