| Index: Source/core/frame/Navigator.cpp
|
| diff --git a/Source/core/frame/Navigator.cpp b/Source/core/frame/Navigator.cpp
|
| index f0278fe9285ca80691359eed1b5174eef16b71c9..0d5d778774aa439a293a2888f0318b345abaa804 100644
|
| --- a/Source/core/frame/Navigator.cpp
|
| +++ b/Source/core/frame/Navigator.cpp
|
| @@ -116,7 +116,7 @@ String Navigator::userAgent() const
|
| if (!m_frame->page())
|
| return String();
|
|
|
| - return m_frame->loader()->userAgent(m_frame->document()->url());
|
| + return m_frame->loader().userAgent(m_frame->document()->url());
|
| }
|
|
|
| DOMPluginArray* Navigator::plugins() const
|
|
|