| Index: sky/engine/bindings/core/v8/custom/V8CustomEventCustom.cpp
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8CustomEventCustom.cpp b/sky/engine/bindings/core/v8/custom/V8CustomEventCustom.cpp
|
| index 50157335544330507fe51211be5248bb1fea8fb9..7aa803d353b30257a5e275975cee583767831d2d 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8CustomEventCustom.cpp
|
| +++ b/sky/engine/bindings/core/v8/custom/V8CustomEventCustom.cpp
|
| @@ -90,8 +90,6 @@ void V8CustomEvent::initCustomEventMethodCustom(const v8::FunctionCallbackInfo<v
|
|
|
| if (!detailsArg.IsEmpty()) {
|
| V8HiddenValue::setHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::detail(info.GetIsolate()), detailsArg);
|
| - if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld())
|
| - event->setSerializedDetail(SerializedScriptValue::createAndSwallowExceptions(detailsArg, info.GetIsolate()));
|
| }
|
| }
|
|
|
|
|