Re-wire same-origin security checks through ScriptExecutionContext rather than DOMWindow
Created attachment 121635 [details] Patch
Comment on attachment 121635 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=121635&action=review > Source/WebCore/bindings/js/JSDOMBinding.cpp:231 > +bool shouldAllowAccessToContext(JSC::ExecState* exec, ScriptExecutionContext* targetContext) What to put FIXME: remove this, next to the dom window equivalants?