Chromium Code Reviews| Index: mojo/edk/js/handle.h |
| diff --git a/mojo/edk/js/handle.h b/mojo/edk/js/handle.h |
| index 2470fac9f11d93396abbf1cc7bed8f5f585bb6b8..980fcc11659aa62d3fe8f70d70930abc5ec87eae 100644 |
| --- a/mojo/edk/js/handle.h |
| +++ b/mojo/edk/js/handle.h |
| @@ -43,6 +43,7 @@ class HandleWrapper : public gin::Wrappable<HandleWrapper> { |
| void NotifyCloseObservers(); |
| mojo::ScopedHandle handle_; |
| + MojoHandle handle_value_; |
| base::ObserverList<HandleCloseObserver> close_observers_; |
| }; |