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

Unified Diff: runtime/bin/common_patch.dart

Issue 13686005: WebSocket: Correctly expect masked frames from clients, and send masked frames from the client. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « no previous file | runtime/bin/http_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/common_patch.dart
diff --git a/runtime/bin/common_patch.dart b/runtime/bin/common_patch.dart
index 1c878aa13a4168a5094d4875c059052319eb8e80..8b77d3a4238e43b00114176008001304449503e2 100644
--- a/runtime/bin/common_patch.dart
+++ b/runtime/bin/common_patch.dart
@@ -7,4 +7,7 @@ patch class _BufferUtils {
native "Common_IsBuiltinList";
}
-
+patch class _IOCrypto {
+ /* patch */ static Uint8List getRandomBytes(int count)
+ native "Crypto_GetRandomBytes";
+}
« no previous file with comments | « no previous file | runtime/bin/http_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698