Title: [173465] trunk/Source/WebCore
- Revision
- 173465
- Author
- [email protected]
- Date
- 2014-09-10 08:58:03 -0700 (Wed, 10 Sep 2014)
Log Message
[Curl] Compile error, CertificateInfo.h is not found.
https://bugs.webkit.org/show_bug.cgi?id=136703
Patch by [email protected] <[email protected]> on 2014-09-10
Reviewed by Alex Christensen.
Curl also needs to implement the CertificateInfo class.
* platform/network/curl/CertificateInfo.h: Added.
(WebCore::CertificateInfo::CertificateInfo):
Modified Paths
Added Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (173464 => 173465)
--- trunk/Source/WebCore/ChangeLog 2014-09-10 15:54:40 UTC (rev 173464)
+++ trunk/Source/WebCore/ChangeLog 2014-09-10 15:58:03 UTC (rev 173465)
@@ -1,3 +1,15 @@
+2014-09-10 [email protected] <[email protected]>
+
+ [Curl] Compile error, CertificateInfo.h is not found.
+ https://bugs.webkit.org/show_bug.cgi?id=136703
+
+ Reviewed by Alex Christensen.
+
+ Curl also needs to implement the CertificateInfo class.
+
+ * platform/network/curl/CertificateInfo.h: Added.
+ (WebCore::CertificateInfo::CertificateInfo):
+
2014-09-10 Simon Fraser <[email protected]>
Clean up some ENABLE(PICTURE_SIZES) stuff, don't change function signatures inside #ifdefs
Added: trunk/Source/WebCore/platform/network/curl/CertificateInfo.h (0 => 173465)
--- trunk/Source/WebCore/platform/network/curl/CertificateInfo.h (rev 0)
+++ trunk/Source/WebCore/platform/network/curl/CertificateInfo.h 2014-09-10 15:58:03 UTC (rev 173465)
@@ -0,0 +1,39 @@
+/*
+ * Copyright (C) 2014 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#ifndef CertificateInfo_h
+#define CertificateInfo_h
+
+namespace WebCore {
+
+class CertificateInfo {
+public:
+ CertificateInfo() { }
+
+};
+
+}
+
+#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes