Index: ppapi/shared_impl/test_globals.h |
diff --git a/ppapi/shared_impl/test_globals.h b/ppapi/shared_impl/test_globals.h |
index 5579b09fd55e8135a32917586dabb8b4a9869fdb..c4d4aa1d229bf831efcc19dc04dcbe1def34a0e7 100644 |
--- a/ppapi/shared_impl/test_globals.h |
+++ b/ppapi/shared_impl/test_globals.h |
@@ -16,7 +16,7 @@ namespace ppapi { |
class TestVarTracker : public VarTracker { |
public: |
- TestVarTracker() {} |
+ TestVarTracker() : VarTracker(THREAD_SAFE) {} |
virtual ~TestVarTracker() {} |
virtual ArrayBufferVar* CreateArrayBuffer(uint32 size_in_bytes) OVERRIDE { |
return NULL; |