Index: src/debug/debug-interface.h |
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h |
index ffe34c112ebb4c521bf4c7b0c54590450c550110..b3b849a41fa64df5f5d3f3d0a8555477e706ba58 100644 |
--- a/src/debug/debug-interface.h |
+++ b/src/debug/debug-interface.h |
@@ -129,7 +129,6 @@ |
ScriptOriginOptions OriginOptions() const; |
bool WasCompiled() const; |
- bool IsEmbedded() const; |
int Id() const; |
int LineOffset() const; |
int ColumnOffset() const; |
@@ -137,7 +136,7 @@ |
MaybeLocal<String> Name() const; |
MaybeLocal<String> SourceURL() const; |
MaybeLocal<String> SourceMappingURL() const; |
- Maybe<int> ContextId() const; |
+ MaybeLocal<Value> ContextData() const; |
MaybeLocal<String> Source() const; |
bool IsWasm() const; |
bool IsModule() const; |