Start changing WebDOMMessageEvent for using target execution context.
Message ports were using the source frame's execution context rather than the targets when ports were transferred from a frame to another. This seems to be leaky and also creates difficulties when implementing message port support for android webview and OOPIF. Use the target instead. This is patch 1 of 3. The next CL will move chromium code to use newly introduced method and the third CL will delete the old methods. BUG=473258 Review URL: https://codereview.chromium.org/1289033003 git-svn-id: svn://svn.chromium.org/blink/trunk@200735 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment