| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index b6e91f24d5543f0f9a7d752612536bf4db254e34..5de448e994c44c58bd1dff385ebd6ee67c227640 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -2872,7 +2872,7 @@ void Document::didLoadAllScriptBlockingResources()
|
| frame()->loader().client()->didRemoveAllPendingStylesheet();
|
|
|
| if (m_gotoAnchorNeededAfterStylesheetsLoad && view())
|
| - view()->scrollToFragment(m_url);
|
| + view()->processUrlFragment(m_url);
|
| }
|
|
|
| void Document::executeScriptsWaitingForResourcesTimerFired(Timer<Document>*)
|
|
|