Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebInputEvent.cpp
index bd05fe8..66865fd 100644 (file)
@@ -90,6 +90,7 @@ static const char* staticKeyIdentifiers(unsigned short keyCode)
         return "Down";
     case VKEY_END:
         return "End";
+    case 0x0A: // Carriage return
     case VKEY_RETURN:
         return "Enter";
     case VKEY_EXECUTE: