| Index: third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp
|
| index a31d1c1702a94c8452d048b2a304b52d16059afa..57fedfe9cd2c84206c6f83ef0539e774494bd88b 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp
|
| @@ -193,6 +193,11 @@ void HTMLImportLoader::moveToFirst(HTMLImportChild* import)
|
| m_imports.insert(0, import);
|
| }
|
|
|
| +Document* HTMLImportLoader::document() const
|
| +{
|
| + return m_document.get();
|
| +}
|
| +
|
| void HTMLImportLoader::addImport(HTMLImportChild* import)
|
| {
|
| ASSERT(kNotFound == m_imports.find(import));
|
|
|