Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index 8664a3ff890a07048936147efde2d305bcba0c70..314d0385d535b7a5312eddbb0a4b99723f1e6d3f 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -185,7 +185,6 @@ template <typename T> |
class MaybeHandle final { |
public: |
V8_INLINE MaybeHandle() {} |
- V8_INLINE ~MaybeHandle() {} |
// Constructor for handling automatic up casting from Handle. |
// Ex. Handle<JSArray> can be passed when MaybeHandle<Object> is expected. |