| Index: trunk/Source/core/html/HTMLElement.h
|
| ===================================================================
|
| --- trunk/Source/core/html/HTMLElement.h (revision 174395)
|
| +++ trunk/Source/core/html/HTMLElement.h (working copy)
|
| @@ -113,7 +113,7 @@
|
|
|
| void mapLanguageAttributeToLocale(const AtomicString&, MutableStylePropertySet*);
|
|
|
| - PassRefPtrWillBeRawPtr<DocumentFragment> textToFragment(const String&, ExceptionState&);
|
| + PassRefPtr<DocumentFragment> textToFragment(const String&, ExceptionState&);
|
|
|
| void dirAttributeChanged(const AtomicString&);
|
| void adjustDirectionalityIfNeededAfterChildAttributeChanged(Element* child);
|
|
|