| Index: Source/core/html/HTMLImportsController.cpp
|
| diff --git a/Source/core/html/HTMLImportsController.cpp b/Source/core/html/HTMLImportsController.cpp
|
| index 0b1b0f73c04ee46531226f038bffb96e20fccac9..8270e4f13a8ff6bf1303b08736266ba21aed06f7 100644
|
| --- a/Source/core/html/HTMLImportsController.cpp
|
| +++ b/Source/core/html/HTMLImportsController.cpp
|
| @@ -143,11 +143,6 @@ void HTMLImportsController::didFinishParsing()
|
| {
|
| }
|
|
|
| -bool HTMLImportsController::isProcessing() const
|
| -{
|
| - return m_master->parsing();
|
| -}
|
| -
|
| bool HTMLImportsController::isDone() const
|
| {
|
| return !m_master->parsing();
|
|
|