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