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

Unified Diff: ppapi/cpp/private/instance_private.cc

Issue 7097004: Make the exception for ExecuteScript a regular Var instead of a VarPrivate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/instance_private.cc
===================================================================
--- ppapi/cpp/private/instance_private.cc (revision 89087)
+++ ppapi/cpp/private/instance_private.cc (working copy)
@@ -64,8 +64,7 @@
pp_instance()));
}
-VarPrivate InstancePrivate::ExecuteScript(const Var& script,
- VarPrivate* exception) {
+VarPrivate InstancePrivate::ExecuteScript(const Var& script, Var* exception) {
if (!has_interface<PPB_Instance_Private>())
return VarPrivate();
return VarPrivate(Var::PassRef(),
« no previous file with comments | « ppapi/cpp/private/instance_private.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698