| Index: Source/core/html/parser/HTMLParserThread.h
|
| diff --git a/Source/core/html/parser/HTMLParserThread.h b/Source/core/html/parser/HTMLParserThread.h
|
| index 12cb263f5584630623e07727c289e8b3af939f25..5260bca77504b06553cf1f5faa9300d19365daf0 100644
|
| --- a/Source/core/html/parser/HTMLParserThread.h
|
| +++ b/Source/core/html/parser/HTMLParserThread.h
|
| @@ -48,7 +48,7 @@ public:
|
| static HTMLParserThread* shared();
|
|
|
| void postTask(PassOwnPtr<Closure>);
|
| - blink::WebThread& platformThread();
|
| + WebThread& platformThread();
|
| bool isRunning();
|
|
|
| private:
|
|
|