Title: [207776] trunk/Source/WebCore
Revision
207776
Author
achristen...@apple.com
Date
2016-10-24 13:53:28 -0700 (Mon, 24 Oct 2016)

Log Message

Fix Windows build after r207767 and r207769

* css/CSSAllInOne.cpp:
* platform/network/curl/ResourceHandleManager.cpp:
(WebCore::getProtectionSpace):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207775 => 207776)


--- trunk/Source/WebCore/ChangeLog	2016-10-24 20:47:04 UTC (rev 207775)
+++ trunk/Source/WebCore/ChangeLog	2016-10-24 20:53:28 UTC (rev 207776)
@@ -1,3 +1,11 @@
+2016-10-24  Alex Christensen  <achristen...@webkit.org>
+
+        Fix Windows build after r207767 and r207769
+
+        * css/CSSAllInOne.cpp:
+        * platform/network/curl/ResourceHandleManager.cpp:
+        (WebCore::getProtectionSpace):
+
 2016-10-24  Per Arne Vollan  <pvol...@apple.com>
 
         [Win] AVCF based media engine does not block cross-site/cross-domain loads.

Modified: trunk/Source/WebCore/css/CSSAllInOne.cpp (207775 => 207776)


--- trunk/Source/WebCore/css/CSSAllInOne.cpp	2016-10-24 20:47:04 UTC (rev 207775)
+++ trunk/Source/WebCore/css/CSSAllInOne.cpp	2016-10-24 20:53:28 UTC (rev 207776)
@@ -32,7 +32,6 @@
 #include "CSSBorderImageSliceValue.cpp"
 #include "CSSCalculationValue.cpp"
 #include "CSSCanvasValue.cpp"
-#include "CSSCharsetRule.cpp"
 #include "CSSComputedStyleDeclaration.cpp"
 #include "CSSContentDistributionValue.cpp"
 #include "CSSCrossfadeValue.cpp"

Modified: trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp (207775 => 207776)


--- trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp	2016-10-24 20:47:04 UTC (rev 207775)
+++ trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp	2016-10-24 20:53:28 UTC (rev 207776)
@@ -423,7 +423,7 @@
         return false;
 
     String host = url.host();
-    String protocol = url.protocol();
+    StringView protocol = url.protocol();
 
     String realm;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to