| Index: Source/bindings/core/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h
|
| index 6fea1b1013993d83bb9640095aade01b6c2af5fe..7ea49014263191989356b88a6273caab8999bb6d 100644
|
| --- a/Source/bindings/core/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/ScriptDebugServer.h
|
| @@ -125,7 +125,6 @@ public:
|
| v8::Local<v8::Value> functionScopes(v8::Local<v8::Function>);
|
| v8::Local<v8::Value> generatorObjectDetails(v8::Local<v8::Object>&);
|
| v8::Local<v8::Value> collectionEntries(v8::Local<v8::Object>&);
|
| - v8::Local<v8::Value> getInternalProperties(v8::Local<v8::Object>&);
|
| v8::MaybeLocal<v8::Value> setFunctionVariableValue(v8::Local<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Local<v8::Value> newValue);
|
|
|
| v8::Isolate* isolate() const { return m_isolate; }
|
|
|