diff --git a/include/v8.h b/include/v8.h index 5ff1aa741f..30445457c2 100644 --- a/include/v8.h +++ b/include/v8.h @@ -1113,9 +1113,9 @@ class V8_EXPORT Module { * instantiation. (In the case where the callback throws an exception, that * exception is propagated.) */ - V8_DEPRECATE_SOON("Use Maybe version", - bool Instantiate(Local context, - ResolveCallback callback)); + V8_DEPRECATED("Use Maybe version", + bool Instantiate(Local context, + ResolveCallback callback)); V8_WARN_UNUSED_RESULT Maybe InstantiateModule(Local context, ResolveCallback callback);