Better handle non-existant wrappers when intercepting writes to plugin objects
Creating a wrapper might fire events synchronously which in turn can modify the wrapper. There is, however, an invariant for interceptors that if they modify their holder, they need to signal this. Therefore, when we create a wrapper, always signal that the write happened. BUG=670155 R=tkent@chromium.org,haraken@chromium.org Review-Url: https://codereview.chromium.org/2566663002 Cr-Commit-Position: refs/heads/master@{#439812}
Showing
Please register or sign in to comment