| Index: sandbox/win/src/handle_closer.h
|
| diff --git a/sandbox/win/src/handle_closer.h b/sandbox/win/src/handle_closer.h
|
| index fa656953ccc256db7f88bd516e329c8442fbde8c..2b43a6eaf1bd15be09383e35f83e110ac685879f 100644
|
| --- a/sandbox/win/src/handle_closer.h
|
| +++ b/sandbox/win/src/handle_closer.h
|
| @@ -42,6 +42,7 @@ SANDBOX_INTERCEPT HandleCloserInfo* g_handle_closer_info;
|
| class HandleCloser {
|
| public:
|
| HandleCloser();
|
| + ~HandleCloser();
|
|
|
| // Adds a handle that will be closed in the target process after lockdown.
|
| // A NULL value for handle_name indicates all handles of the specified type.
|
|
|