diff --git a/include/v8-util.h b/include/v8-util.h index 52bc0e311c..475026fe2c 100644 --- a/include/v8-util.h +++ b/include/v8-util.h @@ -25,8 +25,7 @@ enum PersistentContainerCallbackType { kNotWeak, // These correspond to v8::WeakCallbackType kWeakWithParameter, - kWeakWithInternalFields, - kWeak = kWeakWithParameter // For backwards compatibility. Deprecate. + kWeakWithInternalFields }; /**