| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index 9b3f37aa814447891776f8d9c3d72cbfe5c91324..5b76011ffe118ba8b6d324b87229dbb853ff1f78 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -113,7 +113,7 @@ private:
|
|
|
| void mapLanguageAttributeToLocale(const AtomicString&, MutableStylePropertySet*);
|
|
|
| - PassRefPtr<DocumentFragment> textToFragment(const String&, ExceptionState&);
|
| + PassRefPtrWillBeRawPtr<DocumentFragment> textToFragment(const String&, ExceptionState&);
|
|
|
| void dirAttributeChanged(const AtomicString&);
|
| void adjustDirectionalityIfNeededAfterChildAttributeChanged(Element* child);
|
|
|