| Index: sky/engine/core/dom/DocumentFragment.cpp
|
| diff --git a/sky/engine/core/dom/DocumentFragment.cpp b/sky/engine/core/dom/DocumentFragment.cpp
|
| index 8eb48f85a87cf02078d4fba211f5316c35f6c405..16b33e0d20e204874bbd23d56cdcdf7a9585b4c7 100644
|
| --- a/sky/engine/core/dom/DocumentFragment.cpp
|
| +++ b/sky/engine/core/dom/DocumentFragment.cpp
|
| @@ -68,9 +68,4 @@ PassRefPtrWillBeRawPtr<Node> DocumentFragment::cloneNode(bool deep)
|
| return clone.release();
|
| }
|
|
|
| -void DocumentFragment::parseHTML(const String& source, Element* contextElement)
|
| -{
|
| - HTMLDocumentParser::parseDocumentFragment(source, this, contextElement);
|
| -}
|
| -
|
| } // namespace blink
|
|
|