diff options
Diffstat (limited to 'chrome/nacl')
-rw-r--r-- | chrome/nacl/nacl_launcher_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nacl/nacl_launcher_thread.h b/chrome/nacl/nacl_launcher_thread.h index 26992ae..4d709d6 100644 --- a/chrome/nacl/nacl_launcher_thread.h +++ b/chrome/nacl/nacl_launcher_thread.h @@ -15,7 +15,7 @@ class NaClLauncherThread : public ChildThread { public: explicit NaClLauncherThread(bool debug); - ~NaClLauncherThread(); + virtual ~NaClLauncherThread(); // Returns the one NaCl thread. static NaClLauncherThread* current(); |