makeShareableCopy 3109 Source/core/dom/Element.cpp         const_cast<Element&>(other).m_elementData = static_cast<const UniqueElementData*>(other.m_elementData.get())->makeShareableCopy();
makeShareableCopy  146 Source/core/dom/ElementData.h     PassRefPtr<ShareableElementData> makeShareableCopy() const;