| Index: third_party/WebKit/Source/platform/v8_inspector/V8FunctionCall.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8FunctionCall.h b/third_party/WebKit/Source/platform/v8_inspector/V8FunctionCall.h
|
| index 0b9d4e2a5096f12849ad72f8c292aae32427aec4..0b7d9f1b61a882a730e75eb72d45d5c74d6fc521 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8FunctionCall.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8FunctionCall.h
|
| @@ -47,12 +47,9 @@ public:
|
| void appendArgument(const String16&);
|
| void appendArgument(int);
|
| void appendArgument(bool);
|
| - void appendUndefinedArgument();
|
|
|
| v8::Local<v8::Value> call(bool& hadException, bool reportExceptions = true);
|
| - v8::Local<v8::Function> function();
|
| v8::Local<v8::Value> callWithoutExceptionHandling();
|
| - v8::Local<v8::Context> context() { return m_context; }
|
|
|
| protected:
|
| V8DebuggerImpl* m_debugger;
|
|
|