| Index: sky/engine/core/dom/DocumentParser.cpp
|
| diff --git a/sky/engine/core/dom/DocumentParser.cpp b/sky/engine/core/dom/DocumentParser.cpp
|
| index efd9013f3e32dbc605db812baeff3cf336818317..d4a460f68d5eeb1bcb030c9c9a74cbcbfd3ae541 100644
|
| --- a/sky/engine/core/dom/DocumentParser.cpp
|
| +++ b/sky/engine/core/dom/DocumentParser.cpp
|
| @@ -41,17 +41,10 @@ DocumentParser::DocumentParser(Document* document)
|
|
|
| DocumentParser::~DocumentParser()
|
| {
|
| -#if !ENABLE(OILPAN)
|
| // Document is expected to call detach() before releasing its ref.
|
| // This ASSERT is slightly awkward for parsers with a fragment case
|
| // as there is no Document to release the ref.
|
| ASSERT(!m_document);
|
| -#endif
|
| -}
|
| -
|
| -void DocumentParser::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_document);
|
| }
|
|
|
| void DocumentParser::prepareToStopParsing()
|
|
|