| Index: gin/debug_impl.h
|
| diff --git a/gin/debug_impl.h b/gin/debug_impl.h
|
| index 1fc5e4d963b5f4049365469df3ed43304a15fa53..96d48ad3ffbd44106f24185ce52a1f1946814009 100644
|
| --- a/gin/debug_impl.h
|
| +++ b/gin/debug_impl.h
|
| @@ -14,6 +14,10 @@ class DebugImpl {
|
| public:
|
| static v8::FunctionEntryHook GetFunctionEntryHook();
|
| static v8::JitCodeEventHandler GetJitCodeEventHandler();
|
| +#if defined(OS_WIN)
|
| + static Debug::CodeRangeCreatedCallback GetCodeRangeCreatedCallback();
|
| + static Debug::CodeRangeDeletedCallback GetCodeRangeDeletedCallback();
|
| +#endif
|
| };
|
|
|
| } // namespace gin
|
|
|