| Index: Source/core/dom/ElementDataCache.cpp
|
| diff --git a/Source/core/dom/ElementDataCache.cpp b/Source/core/dom/ElementDataCache.cpp
|
| index 9d0cbdad6c2ae7a0eba27b18c0f92b3257d3c590..7e21c15b4a1adb54d51f5f3e18324a8ca87fde39 100644
|
| --- a/Source/core/dom/ElementDataCache.cpp
|
| +++ b/Source/core/dom/ElementDataCache.cpp
|
| @@ -43,7 +43,7 @@ inline bool hasSameAttributes(const Vector<Attribute>& attributes, ShareableElem
|
| return !memcmp(attributes.data(), elementData.m_attributeArray, attributes.size() * sizeof(Attribute));
|
| }
|
|
|
| -PassRefPtr<ShareableElementData> ElementDataCache::cachedShareableElementDataWithAttributes(const Vector<Attribute>& attributes)
|
| +PassRefPtrWillBeRawPtr<ShareableElementData> ElementDataCache::cachedShareableElementDataWithAttributes(const Vector<Attribute>& attributes)
|
| {
|
| ASSERT(!attributes.isEmpty());
|
|
|
|
|