| Index: webkit/glue/user_agent.h
|
| diff --git a/webkit/glue/user_agent.h b/webkit/glue/user_agent.h
|
| index 3d1f7880d57775320c8c380b935c076e4c2e8348..65e2be2b2a0f8fc8d263a88579b1844e8a72ca4c 100644
|
| --- a/webkit/glue/user_agent.h
|
| +++ b/webkit/glue/user_agent.h
|
| @@ -19,7 +19,7 @@ void BuildUserAgent(bool mimic_windows, std::string* result);
|
| // Builds a User-agent compatible string that describes the OS and CPU type.
|
| std::string BuildOSCpuInfo();
|
|
|
| -// Returns the WebKit version (major.minor).
|
| +// Returns the WebKit version, in the form "major.minor (url@revision)".
|
| std::string GetWebKitVersion();
|
|
|
| } // namespace webkit_glue
|
|
|