Title: [223550] trunk/Source/WebCore
- Revision
- 223550
- Author
- [email protected]
- Date
- 2017-10-17 09:20:26 -0700 (Tue, 17 Oct 2017)
Log Message
[Curl] Forward declaration "class Cookie;" in CookieJarCurl.h should be "struct Cookie;"
https://bugs.webkit.org/show_bug.cgi?id=178378
Patch by Yoshiaki Jitsukawa <[email protected]> on 2017-10-17
Reviewed by Per Arne Vollan.
No new tests. No change in behaviors.
* platform/network/curl/CookieJarCurl.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (223549 => 223550)
--- trunk/Source/WebCore/ChangeLog 2017-10-17 16:17:38 UTC (rev 223549)
+++ trunk/Source/WebCore/ChangeLog 2017-10-17 16:20:26 UTC (rev 223550)
@@ -1,3 +1,14 @@
+2017-10-17 Yoshiaki Jitsukawa <[email protected]>
+
+ [Curl] Forward declaration "class Cookie;" in CookieJarCurl.h should be "struct Cookie;"
+ https://bugs.webkit.org/show_bug.cgi?id=178378
+
+ Reviewed by Per Arne Vollan.
+
+ No new tests. No change in behaviors.
+
+ * platform/network/curl/CookieJarCurl.h:
+
2017-10-17 Zalan Bujtas <[email protected]>
[FrameView::layout cleanup] Merge InPreLayout blocks
Modified: trunk/Source/WebCore/platform/network/curl/CookieJarCurl.h (223549 => 223550)
--- trunk/Source/WebCore/platform/network/curl/CookieJarCurl.h 2017-10-17 16:17:38 UTC (rev 223549)
+++ trunk/Source/WebCore/platform/network/curl/CookieJarCurl.h 2017-10-17 16:20:26 UTC (rev 223550)
@@ -1,20 +1,20 @@
/*
-* Copyright (C) 2017 Sony Interactive Entertainment Inc.
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2 of the License, or (at your option) any later version.
-*
-* This library is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this library; if not, write to the Free Software
-* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-*/
+ * Copyright (C) 2017 Sony Interactive Entertainment Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
#pragma once
@@ -22,7 +22,7 @@
namespace WebCore {
-class Cookie;
+struct Cookie;
class NetworkStorageSession;
class URL;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes