| Index: chrome/test/webdriver/utility_functions.cc
 | 
| diff --git a/chrome/test/webdriver/utility_functions.cc b/chrome/test/webdriver/utility_functions.cc
 | 
| index 54e5ae8edb312e15d03dae30cafb8222a61d0f37..4d6975f2ef2b73d7bcc18d799db68e682b32fc30 100644
 | 
| --- a/chrome/test/webdriver/utility_functions.cc
 | 
| +++ b/chrome/test/webdriver/utility_functions.cc
 | 
| @@ -35,8 +35,8 @@ std::wstring print_valuetype(Value::ValueType e) {
 | 
|        return L"BOOL";
 | 
|      case Value::TYPE_INTEGER:
 | 
|        return L"INT";
 | 
| -    case Value::TYPE_REAL:
 | 
| -      return L"REAL";
 | 
| +    case Value::TYPE_DOUBLE:
 | 
| +      return L"DOUBLE";
 | 
|      case Value::TYPE_STRING:
 | 
|        return L"STRING";
 | 
|      case Value::TYPE_BINARY:
 | 
| 
 |