Descriptionbindings: 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
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181983
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|