| Index: sky/engine/core/html/parser/BackgroundHTMLParser.cpp
|
| diff --git a/sky/engine/core/html/parser/BackgroundHTMLParser.cpp b/sky/engine/core/html/parser/BackgroundHTMLParser.cpp
|
| index 9c16027de20c2df4518baf1f12fe16807055e6be..18366001badcf6cd7a339a991c57f352b2d627ee 100644
|
| --- a/sky/engine/core/html/parser/BackgroundHTMLParser.cpp
|
| +++ b/sky/engine/core/html/parser/BackgroundHTMLParser.cpp
|
| @@ -76,7 +76,7 @@ BackgroundHTMLParser::~BackgroundHTMLParser()
|
|
|
| void BackgroundHTMLParser::start()
|
| {
|
| - m_drainer = adoptPtr(new DataPipeDrainer(this, m_source.Pass()));
|
| + m_drainer = adoptPtr(new mojo::common::DataPipeDrainer(this, m_source.Pass()));
|
| }
|
|
|
| void BackgroundHTMLParser::stop()
|
|
|