DescriptionBinding: Remove unnecessary setObjectGroupId from visitDOMWrapper
I believe the setObjectGroupId is unnecessary.
- Regarding [SetWrapperReferenceTo], it shouldn't be necessary because [SetWrapperReferenceTo] doesn't create any object group id.
- Regarding [SetWrapperReferenceFrom], setObjectGroupId is called only when the C++ reachable function returns null (e.g., NodeList::owner() returns null). In this case, it shouldn't be necessary to create an object id for the NodeList.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198043
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|