Chromium Code Reviews

Unified Diff: ppapi/shared_impl/var.cc

Issue 421963008: Add PepperTryCatch and V8ObjectVar classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ppapi/shared_impl/var.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/var.cc
diff --git a/ppapi/shared_impl/var.cc b/ppapi/shared_impl/var.cc
index 30201823ec13f4bd93529f4497362a5644c35f9d..195a5544dfe0553df92039c5e9b69baa390b44c2 100644
--- a/ppapi/shared_impl/var.cc
+++ b/ppapi/shared_impl/var.cc
@@ -82,6 +82,8 @@ ArrayBufferVar* Var::AsArrayBufferVar() { return NULL; }
NPObjectVar* Var::AsNPObjectVar() { return NULL; }
+V8ObjectVar* Var::AsV8ObjectVar() { return NULL; }
+
ProxyObjectVar* Var::AsProxyObjectVar() { return NULL; }
ArrayVar* Var::AsArrayVar() { return NULL; }
« no previous file with comments | « ppapi/shared_impl/var.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine