Chromium Code Reviews| Index: include/v8-inspector.h |
| diff --git a/include/v8-inspector.h b/include/v8-inspector.h |
| index cf1a5fd551f2332e2f2186b50e4b57751396a972..c7209ed69aeae74898cc87132bb84d3ee03d7167 100644 |
| --- a/include/v8-inspector.h |
| +++ b/include/v8-inspector.h |
| @@ -85,6 +85,8 @@ class V8_EXPORT V8ContextInfo { |
| StringView auxData; |
| bool hasMemoryOnConsole; |
| + static int executionContextId(v8::Local<v8::Context> context); |
| + |
| private: |
| // Disallow copying and allocating this one. |
| enum NotNullTagEnum { NotNullLiteral }; |