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

Unified Diff: runtime/bin/secure_socket.h

Issue 910183003: Reafctor to use 'const RawAddr&' or 'RawAddr*' in the eventhandler code (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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: runtime/bin/secure_socket.h
diff --git a/runtime/bin/secure_socket.h b/runtime/bin/secure_socket.h
index e5d76085ef58e45dda41bb1afa9bf515245b9009..5deccc1e939f952d5e3c0c59ac650061cbadd2cc 100644
--- a/runtime/bin/secure_socket.h
+++ b/runtime/bin/secure_socket.h
@@ -59,7 +59,7 @@ class SSLFilter {
void Init(Dart_Handle dart_this);
void Connect(const char* host,
- RawAddr* raw_addr,
+ const RawAddr& raw_addr,
int port,
bool is_server,
const char* certificate_name,

Powered by Google App Engine
This is Rietveld 408576698