Index: Source/bindings/core/v8/V8ErrorHandler.cpp |
diff --git a/Source/bindings/core/v8/V8ErrorHandler.cpp b/Source/bindings/core/v8/V8ErrorHandler.cpp |
index 547f05398741e8f1068b0202df6a87dd9e3e7df7..0a3c9b69f89320d5de3d29010ac05d7329a6cbe0 100644 |
--- a/Source/bindings/core/v8/V8ErrorHandler.cpp |
+++ b/Source/bindings/core/v8/V8ErrorHandler.cpp |
@@ -79,7 +79,7 @@ v8::Local<v8::Value> V8ErrorHandler::callListenerFunction(v8::Handle<v8::Value> |
} |
// static |
-void V8ErrorHandler::storeExceptionOnErrorEventWrapper(ErrorEvent* event, v8::Handle<v8::Value> data, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
+void V8ErrorHandler::storeExceptionOnErrorEventWrapper(v8::Isolate* isolate, ErrorEvent* event, v8::Handle<v8::Value> data, v8::Handle<v8::Object> creationContext) |
{ |
v8::Local<v8::Value> wrappedEvent = toV8(event, creationContext, isolate); |
if (!wrappedEvent.IsEmpty()) { |