| Index: Source/core/html/HTMLElement.cpp
|
| diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp
|
| index 503fe07915439bf4f6c60b8bc49dedc0bc312079..ac55987b4caf1148a11ccde3ac49549c57f72256 100644
|
| --- a/Source/core/html/HTMLElement.cpp
|
| +++ b/Source/core/html/HTMLElement.cpp
|
| @@ -371,7 +371,7 @@ void HTMLElement::setOuterHTML(const String& html, ExceptionState& es)
|
|
|
| PassRefPtr<DocumentFragment> HTMLElement::textToFragment(const String& text, ExceptionState& es)
|
| {
|
| - RefPtr<DocumentFragment> fragment = DocumentFragment::create(&document());
|
| + RefPtr<DocumentFragment> fragment = DocumentFragment::create(document());
|
| unsigned int i, length = text.length();
|
| UChar c = 0;
|
| for (unsigned int start = 0; start < length; ) {
|
|
|