| Index: third_party/WebKit/Source/core/frame/Navigator.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Navigator.cpp b/third_party/WebKit/Source/core/frame/Navigator.cpp
|
| index 27ce6317f03466cf931450e820af2f6a60466e1b..8791e2eb034023095a4a4fc32962f43fb518229d 100644
|
| --- a/third_party/WebKit/Source/core/frame/Navigator.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Navigator.cpp
|
| @@ -75,6 +75,7 @@ bool Navigator::cookieEnabled() const {
|
|
|
| Vector<String> Navigator::languages() {
|
| Vector<String> languages;
|
| + languages_changed_ = false;
|
|
|
| if (!GetFrame() || !GetFrame()->GetPage()) {
|
| languages.push_back(DefaultLanguage());
|
|
|