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

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

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 | « no previous file | ppapi/cpp/private/instance_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/instance_private.h
===================================================================
--- ppapi/cpp/private/instance_private.h (revision 89087)
+++ ppapi/cpp/private/instance_private.h (working copy)
@@ -45,7 +45,7 @@
VarPrivate GetOwnerElementObject();
/// See PPB_Instance.ExecuteScript.
- VarPrivate ExecuteScript(const Var& script, VarPrivate* exception = NULL);
+ VarPrivate ExecuteScript(const Var& script, Var* exception = NULL);
// @}
};
« no previous file with comments | « no previous file | ppapi/cpp/private/instance_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698