Title: [281740] trunk/Source/WebKit
Revision
281740
Author
[email protected]
Date
2021-08-29 02:27:02 -0700 (Sun, 29 Aug 2021)

Log Message

Unreviewed. Remove the build warning below since r281096.

No new tests, no new behavioral changes.

* UIProcess/AuxiliaryProcessProxy.cpp:
(WebKit::AuxiliaryProcessProxy::stateString const):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (281739 => 281740)


--- trunk/Source/WebKit/ChangeLog	2021-08-29 09:18:56 UTC (rev 281739)
+++ trunk/Source/WebKit/ChangeLog	2021-08-29 09:27:02 UTC (rev 281740)
@@ -1,3 +1,12 @@
+2021-08-29  Joonghun Park  <[email protected]>
+
+        Unreviewed. Remove the build warning below since r281096.
+
+        No new tests, no new behavioral changes.
+
+        * UIProcess/AuxiliaryProcessProxy.cpp:
+        (WebKit::AuxiliaryProcessProxy::stateString const):
+
 2021-08-28  Cameron McCormack  <[email protected]>
 
         Miscellaneous typo fixes

Modified: trunk/Source/WebKit/UIProcess/AuxiliaryProcessProxy.cpp (281739 => 281740)


--- trunk/Source/WebKit/UIProcess/AuxiliaryProcessProxy.cpp	2021-08-29 09:18:56 UTC (rev 281739)
+++ trunk/Source/WebKit/UIProcess/AuxiliaryProcessProxy.cpp	2021-08-29 09:27:02 UTC (rev 281740)
@@ -150,6 +150,8 @@
         return "Running"_s;
     case AuxiliaryProcessProxy::State::Terminated:
         return "Terminated"_s;
+    default:
+        RELEASE_ASSERT_NOT_REACHED();
     }
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to