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

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

Issue 2411583002: bindings: Stop passing ExceptionState to callback function (Closed)
Patch Set: Created 4 years, 2 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/VoidExperimentalCallbackFunction.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidExperimentalCallbackFunction.h b/third_party/WebKit/Source/bindings/tests/results/core/VoidExperimentalCallbackFunction.h
index 8dc7235c583d4593069dbcbf771e9ad36b40ee3f..6ae3c067b2f166d929e60f0221b97195cc60151f 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/VoidExperimentalCallbackFunction.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidExperimentalCallbackFunction.h
@@ -9,7 +9,6 @@
#ifndef VoidExperimentalCallbackFunction_h
#define VoidExperimentalCallbackFunction_h
-#include "bindings/core/v8/ExceptionState.h"
#include "bindings/core/v8/ScopedPersistent.h"
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
@@ -30,7 +29,7 @@ public:
DECLARE_TRACE();
- bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, ExceptionState& exceptionState);
+ bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable);
v8::Local<v8::Function> v8Value(v8::Isolate* isolate)
{

Powered by Google App Engine
This is Rietveld 408576698