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

Unified Diff: ppapi/tests/test_websocket.cc

Issue 9381010: Convert resources to take an instance key instead of an Instance*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: USELESS PATCH TITLE Created 8 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
« no previous file with comments | « ppapi/tests/test_utils.cc ('k') | ppapi/utility/threading/simple_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_websocket.cc
diff --git a/ppapi/tests/test_websocket.cc b/ppapi/tests/test_websocket.cc
index 8eeeac2a51d0c9cda05906ff164b99fd20f91bc4..b705ad5b230e05686749625e482f59afcdd6044b 100644
--- a/ppapi/tests/test_websocket.cc
+++ b/ppapi/tests/test_websocket.cc
@@ -584,7 +584,7 @@ std::string TestWebSocket::TestCcInterfaces() {
for (uint32_t i = 0; i < binary_length; ++i)
binary_message[i] = i;
result = ws.SendMessage(pp::Var(
- pp::Var::PassRef(), CreateVarBinary(binary_message, binary_length)));
+ pp::PASS_REF, CreateVarBinary(binary_message, binary_length)));
ASSERT_EQ(PP_OK, result);
pp::Var text_receive_var;
« no previous file with comments | « ppapi/tests/test_utils.cc ('k') | ppapi/utility/threading/simple_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698