bindings: Fixes custom versions of associateWithWrapper.
Fixes MessageEvent and ImageData's associateWithWrapper. My first code in http://crrev.com/542113003 assumed that associateWithWrapper was non-virtual method, but it was changed to be virtual. So I had to change the implementation when and how to call associateWithWrapper from wrap (my first code assumed that wrap calls the same class's associateWithWrapper because it was not virtual, but since associateWithWrapper was changed to be virtual during the code review, now wrap calls most derived class's associateWithWrapper). BUG=413041,235436 Review URL: https://codereview.chromium.org/567063003 git-svn-id: svn://svn.chromium.org/blink/trunk@181983 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment