| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 02abb4cb0f818fee0a3bbf5b5b85960b002cc3a6..b84cfceab11f4d5ec5ba0dac6225c00bcdc60e8f 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -2335,15 +2335,6 @@ typedef void (*GCEpilogueCallback)(GCType type, GCCallbackFlags flags);
|
| typedef void (*GCCallback)();
|
|
|
|
|
| -// --- C o n t e x t G e n e r a t o r ---
|
| -
|
| -/**
|
| - * Applications must provide a callback function which is called to generate
|
| - * a context if a context was not deserialized from the snapshot.
|
| - */
|
| -typedef Persistent<Context> (*ContextGenerator)();
|
| -
|
| -
|
| /**
|
| * Profiler modules.
|
| *
|
|
|