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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h

Issue 2350813005: bindings: Support sequence in callback function arguments (Closed)
Patch Set: rebase Created 4 years, 3 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/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h b/third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h
index 27702d503153b76f236cf94ed32891718d38f8b3..fa740d45ed7b7de4a6952bd7a331f4c06c08c7e5 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h
@@ -9,6 +9,7 @@
#ifndef V8LongExperimentalCallbackFunction_h
#define V8LongExperimentalCallbackFunction_h
+#include "bindings/core/v8/ExceptionState.h"
#include "bindings/core/v8/ScopedPersistent.h"
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
@@ -29,7 +30,7 @@ public:
DECLARE_TRACE();
- bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, int num1, int num2, int& returnValue);
+ bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, ExceptionState& exceptionState, int num1, int num2, int& returnValue);
v8::Local<v8::Function> v8Value(v8::Isolate* isolate)
{

Powered by Google App Engine
This is Rietveld 408576698