Title: [147769] trunk/Source/WebCore
- Revision
- 147769
- Author
- [email protected]
- Date
- 2013-04-05 11:42:21 -0700 (Fri, 05 Apr 2013)
Log Message
[SOUP] Remove unnecessary explicit keyword in SocketStreamError.h
https://bugs.webkit.org/show_bug.cgi?id=113913
Patch by Seokju Kwon <[email protected]> on 2013-04-05
Reviewed by Martin Robinson.
No new tests, just removing an unnecessary code.
* platform/network/soup/SocketStreamError.h:
(WebCore::SocketStreamError::SocketStreamError):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (147768 => 147769)
--- trunk/Source/WebCore/ChangeLog 2013-04-05 18:39:45 UTC (rev 147768)
+++ trunk/Source/WebCore/ChangeLog 2013-04-05 18:42:21 UTC (rev 147769)
@@ -1,3 +1,15 @@
+2013-04-05 Seokju Kwon <[email protected]>
+
+ [SOUP] Remove unnecessary explicit keyword in SocketStreamError.h
+ https://bugs.webkit.org/show_bug.cgi?id=113913
+
+ Reviewed by Martin Robinson.
+
+ No new tests, just removing an unnecessary code.
+
+ * platform/network/soup/SocketStreamError.h:
+ (WebCore::SocketStreamError::SocketStreamError):
+
2013-04-05 Zan Dobersek <[email protected]>
Remove WTF_USE_GOOGLEURL-guarded code
Modified: trunk/Source/WebCore/platform/network/soup/SocketStreamError.h (147768 => 147769)
--- trunk/Source/WebCore/platform/network/soup/SocketStreamError.h 2013-04-05 18:39:45 UTC (rev 147768)
+++ trunk/Source/WebCore/platform/network/soup/SocketStreamError.h 2013-04-05 18:42:21 UTC (rev 147769)
@@ -38,7 +38,7 @@
class SocketStreamError : public SocketStreamErrorBase {
public:
SocketStreamError() { }
- explicit SocketStreamError(int errorCode, const gchar* description)
+ SocketStreamError(int errorCode, const gchar* description)
: SocketStreamErrorBase(errorCode, String(), String(description))
{
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes