| Index: third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| index 0e2dcd534145c0e70aadf326be7bbcefecddf2d2..d23db10b4e87d4744c387a341278cab934fbd4cb 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| @@ -63,7 +63,7 @@ void HTMLImportTreeRoot::scheduleRecalcState() {
|
|
|
| HTMLImportChild* HTMLImportTreeRoot::add(HTMLImportChild* child) {
|
| m_imports.append(child);
|
| - return m_imports.last().get();
|
| + return m_imports.back().get();
|
| }
|
|
|
| HTMLImportChild* HTMLImportTreeRoot::find(const KURL& url) const {
|
|
|