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

Unified Diff: Source/bindings/core/v8/ScriptFunctionCall.h

Issue 1104233004: DevTools: rebaseline inspector tests with poor expectations (2). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments addressed Created 5 years, 8 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: Source/bindings/core/v8/ScriptFunctionCall.h
diff --git a/Source/bindings/core/v8/ScriptFunctionCall.h b/Source/bindings/core/v8/ScriptFunctionCall.h
index 7eccbbad8b7582faac2c3a2a7ee9c62b2bd6f75d..f38629df8fd3028f19e49cd303fc6facdfacc7ce 100644
--- a/Source/bindings/core/v8/ScriptFunctionCall.h
+++ b/Source/bindings/core/v8/ScriptFunctionCall.h
@@ -60,6 +60,7 @@ public:
ScriptFunctionCall(const ScriptValue& thisObject, const String& name);
ScriptValue call(bool& hadException, bool reportExceptions = true);
ScriptValue call();
+ v8::Handle<v8::Function> function();
protected:
ScriptValue m_thisObject;

Powered by Google App Engine
This is Rietveld 408576698