-
raymes authored
This removes the DCHECK from PepperTryCatch which checks that the current context is equal to the plugin context. This assumption is not always true. In particular, if we call into the plugin directly from another frame (which is in the same origin) the current context will differ. The same is true for background scripts. This should be ok; we should always use the calling context so as to not leak v8 objects across contexts. BUG=412062 Review URL: https://codereview.chromium.org/555583003 Cr-Commit-Position: refs/heads/master@{#294291}
1630477a