| Index: Source/core/dom/ElementDataCache.cpp
|
| diff --git a/Source/core/dom/ElementDataCache.cpp b/Source/core/dom/ElementDataCache.cpp
|
| index 8bdbf92705ec81566275a4a8322153701b983fdc..0b425d984f7f3a79eab43915497f5489654dac34 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());
|
|
|
|
|