DescriptionDon't add extra 8 byte to DOM wrappers in non-oilpan builds
Imagine a DOM object that is RefCountedWillBeGarbageCollected. In oilpan builds, we need extra 8 byte on its DOM wrapper to store a persistent handle to the DOM object. On the other hand, in non-oilpan builds, we don't need the 8 byte. This CL removes the 8 byte from the DOM wrapper.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175361
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Total comments: 2
Patch Set 3 : #
Total comments: 1
Patch Set 4 : #
Messages
Total messages: 17 (0 generated)
|