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: ppapi/cpp/private/net_address_private.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/cpp/private/instance_private.cc ('k') | ppapi/cpp/private/tcp_socket_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/net_address_private.cc
diff --git a/ppapi/cpp/private/net_address_private.cc b/ppapi/cpp/private/net_address_private.cc
index 01352ddc3eb7cc22e9a7668fe4a8162ff645adb9..19bf2d3732c248dcd8316d439b530dc81288bdd0 100644
--- a/ppapi/cpp/private/net_address_private.cc
+++ b/ppapi/cpp/private/net_address_private.cc
@@ -51,7 +51,7 @@ std::string NetAddressPrivate::Describe(const PP_NetAddress_Private& addr,
if (!module)
return std::string();
- Var result(Var::PassRef(),
+ Var result(PASS_REF,
get_interface<PPB_NetAddress_Private>()->Describe(
module->pp_module(),
&addr,
« no previous file with comments | « ppapi/cpp/private/instance_private.cc ('k') | ppapi/cpp/private/tcp_socket_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698