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

Unified Diff: sky/engine/bindings/core/v8/custom/V8CustomEventCustom.cpp

Issue 776143003: Remove Isolated Worlds from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « sky/engine/bindings/core/v8/WindowProxy.cpp ('k') | sky/engine/bindings/templates/interface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()));
}
}
« no previous file with comments | « sky/engine/bindings/core/v8/WindowProxy.cpp ('k') | sky/engine/bindings/templates/interface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698