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

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

Issue 404953003: DevTools: Async call stacks for window.postMessage() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/bindings/core/v8/ScriptFunctionCall.h
diff --git a/Source/bindings/core/v8/ScriptFunctionCall.h b/Source/bindings/core/v8/ScriptFunctionCall.h
index 24e068205b4ab0ac6fb77c2b71c70cc472087e5f..c5e8b1abd76cf14ca26b6c1ee267ecebcbe0d43d 100644
--- a/Source/bindings/core/v8/ScriptFunctionCall.h
+++ b/Source/bindings/core/v8/ScriptFunctionCall.h
@@ -53,6 +53,7 @@ public:
void appendArgument(int);
void appendArgument(bool);
void appendArgument(const Vector<ScriptValue>&);
+ void appendArgument(/* undefined */);
protected:
RefPtr<ScriptState> m_scriptState;

Powered by Google App Engine
This is Rietveld 408576698