Title: [235263] trunk/Source/WebCore
Revision
235263
Author
[email protected]
Date
2018-08-23 17:16:44 -0700 (Thu, 23 Aug 2018)

Log Message

Unreviewed, fix the Windows build after r235245.

* html/InputMode.cpp:
(WebCore::stringForInputMode):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (235262 => 235263)


--- trunk/Source/WebCore/ChangeLog	2018-08-23 23:57:56 UTC (rev 235262)
+++ trunk/Source/WebCore/ChangeLog	2018-08-24 00:16:44 UTC (rev 235263)
@@ -1,3 +1,10 @@
+2018-08-23  Aditya Keerthi  <[email protected]>
+
+        Unreviewed, fix the Windows build after r235245.
+
+        * html/InputMode.cpp:
+        (WebCore::stringForInputMode):
+
 2018-08-23  Saam barati  <[email protected]>
 
         JSRunLoopTimer may run part of a member function after it's destroyed

Modified: trunk/Source/WebCore/html/InputMode.cpp (235262 => 235263)


--- trunk/Source/WebCore/html/InputMode.cpp	2018-08-23 23:57:56 UTC (rev 235262)
+++ trunk/Source/WebCore/html/InputMode.cpp	2018-08-24 00:16:44 UTC (rev 235263)
@@ -70,6 +70,8 @@
     case InputMode::Search:
         return InputModeNames::search();
     }
+
+    return emptyAtom();
 }
 
 namespace InputModeNames {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to