| Index: Source/core/frame/Navigator.cpp
|
| diff --git a/Source/core/frame/Navigator.cpp b/Source/core/frame/Navigator.cpp
|
| index 08059baa407eec424127b85e2eee6d702785f049..a7e60f9d40c217f0b93359e09cf027716f5c3e8d 100644
|
| --- a/Source/core/frame/Navigator.cpp
|
| +++ b/Source/core/frame/Navigator.cpp
|
| @@ -137,7 +137,7 @@ Vector<String> Navigator::languages()
|
| }
|
|
|
| String acceptLanguages = m_frame->host()->chrome().client().acceptLanguages();
|
| - acceptLanguages.split(",", languages);
|
| + acceptLanguages.split(',', languages);
|
|
|
| // Sanitizing tokens. We could do that more extensively but we should assume
|
| // that the accept languages are already sane and support BCP47. It is
|
|
|