| Index: sky/engine/core/dom/DocumentFragment.h
|
| diff --git a/sky/engine/core/dom/DocumentFragment.h b/sky/engine/core/dom/DocumentFragment.h
|
| index a256f17a97dfc6cce2dc042beb525aaed3867874..83319cec152d8a9eb80ead32ed5bf906b1080181 100644
|
| --- a/sky/engine/core/dom/DocumentFragment.h
|
| +++ b/sky/engine/core/dom/DocumentFragment.h
|
| @@ -25,7 +25,6 @@
|
| #define DocumentFragment_h
|
|
|
| #include "core/dom/ContainerNode.h"
|
| -#include "core/dom/ParserContentPolicy.h"
|
|
|
| namespace blink {
|
|
|
| @@ -34,7 +33,7 @@ class DocumentFragment : public ContainerNode {
|
| public:
|
| static PassRefPtrWillBeRawPtr<DocumentFragment> create(Document&);
|
|
|
| - void parseHTML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent);
|
| + void parseHTML(const String&, Element* contextElement);
|
|
|
| virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return true; }
|
| virtual bool isTemplateContent() const { return false; }
|
|
|