| Index: Source/modules/notifications/Notification.cpp
|
| diff --git a/Source/modules/notifications/Notification.cpp b/Source/modules/notifications/Notification.cpp
|
| index 227238ee3de57445545df040d126cc92a36323a5..72638ba4ea829c4cdff4694510ce411116331894 100644
|
| --- a/Source/modules/notifications/Notification.cpp
|
| +++ b/Source/modules/notifications/Notification.cpp
|
| @@ -87,7 +87,7 @@ Notification* Notification::create(ExecutionContext* context, const String& titl
|
|
|
| RefPtr<SerializedScriptValue> data;
|
| if (options.hasData()) {
|
| - data = SerializedScriptValueFactory::instance().create(options.data(), nullptr, exceptionState, options.data().isolate());
|
| + data = SerializedScriptValueFactory::instance().create(options.data().isolate(), options.data(), nullptr, exceptionState);
|
| if (exceptionState.hadException())
|
| return nullptr;
|
| }
|
|
|