| Index: Source/core/html/HTMLHtmlElement.cpp
|
| diff --git a/Source/core/html/HTMLHtmlElement.cpp b/Source/core/html/HTMLHtmlElement.cpp
|
| index e949dfe7e0db3b2daf1346861bd22c939047e74e..fe9f0ac9aa310646c05416460ae0e317613bd992 100644
|
| --- a/Source/core/html/HTMLHtmlElement.cpp
|
| +++ b/Source/core/html/HTMLHtmlElement.cpp
|
| @@ -67,7 +67,7 @@ void HTMLHtmlElement::insertedByParser()
|
| if (!document().frame())
|
| return;
|
|
|
| - DocumentLoader* documentLoader = document().frame()->loader()->documentLoader();
|
| + DocumentLoader* documentLoader = document().frame()->loader().documentLoader();
|
| if (!documentLoader)
|
| return;
|
|
|
|
|