Title: [236595] trunk/Source/WebKit
Revision
236595
Author
[email protected]
Date
2018-09-28 00:06:04 -0700 (Fri, 28 Sep 2018)

Log Message

[WinCairo] error C2027: use of undefined type 'WTF::EnumTraits<E>' while compiling AuthenticationChallengeProxy.cpp
https://bugs.webkit.org/show_bug.cgi?id=190071

Unreviewed build fix for WinCairo port.

AuthenticationChallengeDisposition was not defined in this file.

* UIProcess/Authentication/AuthenticationChallengeProxy.cpp: Include "AuthenticationChallengeDisposition.h".

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (236594 => 236595)


--- trunk/Source/WebKit/ChangeLog	2018-09-28 07:01:59 UTC (rev 236594)
+++ trunk/Source/WebKit/ChangeLog	2018-09-28 07:06:04 UTC (rev 236595)
@@ -1,3 +1,14 @@
+2018-09-28  Fujii Hironori  <[email protected]>
+
+        [WinCairo] error C2027: use of undefined type 'WTF::EnumTraits<E>' while compiling AuthenticationChallengeProxy.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=190071
+
+        Unreviewed build fix for WinCairo port.
+
+        AuthenticationChallengeDisposition was not defined in this file.
+
+        * UIProcess/Authentication/AuthenticationChallengeProxy.cpp: Include "AuthenticationChallengeDisposition.h".
+
 2018-09-26  Ryosuke Niwa  <[email protected]>
 
         Use enum class in createMarkup arguments

Modified: trunk/Source/WebKit/UIProcess/Authentication/AuthenticationChallengeProxy.cpp (236594 => 236595)


--- trunk/Source/WebKit/UIProcess/Authentication/AuthenticationChallengeProxy.cpp	2018-09-28 07:01:59 UTC (rev 236594)
+++ trunk/Source/WebKit/UIProcess/Authentication/AuthenticationChallengeProxy.cpp	2018-09-28 07:06:04 UTC (rev 236595)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "AuthenticationChallengeProxy.h"
 
+#include "AuthenticationChallengeDisposition.h"
 #include "AuthenticationDecisionListener.h"
 #include "AuthenticationManager.h"
 #include "AuthenticationManagerMessages.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to