Index: ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h b/ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h |
index b84914f685209cd501fb23a69ff92ddff0ed1ea9..04e2f67aeb2658ceccff01905b23b0f26011272f 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h |
@@ -34,6 +34,9 @@ class ArrayBufferProxyVar : public ProxyVar { |
static_cast<ArrayBufferProxyVar*>(proxy_var.get())); |
} |
+ protected: |
+ virtual ~ArrayBufferProxyVar() {} |
+ |
private: |
std::vector<uint8_t> buffer_; |
}; |