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

Unified Diff: ppapi/proxy/raw_var_data.h

Issue 16140011: Don't send PP_Vars/V8 values with cycles across PostMessage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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: ppapi/proxy/raw_var_data.h
diff --git a/ppapi/proxy/raw_var_data.h b/ppapi/proxy/raw_var_data.h
index 1e8746f2a37e76f2af85ce72d06a37789d7ad964..39b23d6f102db5e1b385d6b51b06c5dfabde1fc6 100644
--- a/ppapi/proxy/raw_var_data.h
+++ b/ppapi/proxy/raw_var_data.h
@@ -51,7 +51,8 @@ class PPAPI_PROXY_EXPORT RawVarDataGraph {
// Construct a RawVarDataGraph from a given root PP_Var. A null pointer
// is returned upon failure.
static scoped_ptr<RawVarDataGraph> Create(const PP_Var& var,
- PP_Instance instance);
+ PP_Instance instance,
+ bool allow_cycles);
dmichael (off chromium) 2013/06/04 16:59:10 Why have this parameter? Why not just disallow cyc
raymes 2013/06/04 19:36:06 Done.
// Constructs an empty RawVarDataGraph.
RawVarDataGraph();

Powered by Google App Engine
This is Rietveld 408576698