Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerClient.h |
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerClient.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerClient.h |
index 5e3517b04048fa3dc5cddf317829ceafa960331a..ed2348ddb9c25c2e3366924cd5caef110ec496c4 100644 |
--- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerClient.h |
+++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerClient.h |
@@ -28,6 +28,8 @@ public: |
virtual v8::MaybeLocal<v8::Value> callFunction(v8::Local<v8::Function>, v8::Local<v8::Context>, v8::Local<v8::Value> receiver, int argc, v8::Local<v8::Value> info[]) = 0; |
virtual v8::MaybeLocal<v8::Value> callInternalFunction(v8::Local<v8::Function>, v8::Local<v8::Value> receiver, int argc, v8::Local<v8::Value> info[]) = 0; |
+ virtual String valueSubtype(v8::Local<v8::Value>) = 0; |
+ virtual bool formatAccessorsAsProperties(v8::Local<v8::Value>) = 0; |
}; |
} // namespace blink |