| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 8f194988e840e6219176b34bf784cbf69cc51f19..fbdc82f8f58c9aa945a53e63ce8be00f78d1d0f6 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -3718,17 +3718,6 @@ class V8_EXPORT Extension { // NOLINT
|
| void V8_EXPORT RegisterExtension(Extension* extension);
|
|
|
|
|
| -/**
|
| - * Ignore
|
| - */
|
| -class V8_EXPORT DeclareExtension {
|
| - public:
|
| - V8_INLINE DeclareExtension(Extension* extension) {
|
| - RegisterExtension(extension);
|
| - }
|
| -};
|
| -
|
| -
|
| // --- Statics ---
|
|
|
| V8_INLINE Handle<Primitive> Undefined(Isolate* isolate);
|
|
|