Index: ppapi/cpp/var.h |
diff --git a/ppapi/cpp/var.h b/ppapi/cpp/var.h |
index 871fb6030e70250fd44e1dae6e7b5fed36c4de92..896f26b3b7f8de1a4036b422ce75f0e85b770142 100644 |
--- a/ppapi/cpp/var.h |
+++ b/ppapi/cpp/var.h |
@@ -92,7 +92,7 @@ class Var { |
/// @param[in] other The <code>Var</code> to be assigned. |
/// |
/// @return A resulting <code>Var</code>. |
- Var& operator=(const Var& other); |
+ virtual Var& operator=(const Var& other); |
/// This function compares object identity (rather than value identity) for |
/// objects, dictionaries, and arrays |