DescriptionFixing another case of multiple upgrades of a custom element
The issue here is that when we upgrade a custom element that we create a second wrapper, but when the first wrapper gets GC'd it's clearing out the lookup tables for the new wrapper. The fix is to not clear out the tables if it's no longer associated with the element.
The test for this is in https://codereview.chromium.org/55153002/
BUG=14483
R=asiva@google.com, vsm@google.com
Committed: https://src.chromium.org/viewvc/multivm?view=rev&revision=1514
Patch Set 1 : #
Total comments: 3
Patch Set 2 : #
Total comments: 1
Messages
Total messages: 6 (0 generated)
|