Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1235)

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/V8FunctionCall.h

Issue 2190353004: [DevTools] Replace InjectedScriptHost.suppressWarningsAndCallFunction with hasOwnProperty. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698