WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Patch
bug-113913-20130404102446.patch (text/plain), 1.48 KB, created by
Seokju Kwon
on 2013-04-03 18:24:57 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Seokju Kwon
Created:
2013-04-03 18:24:57 PDT
Size:
1.48 KB
patch
obsolete
>Subversion Revision: 147597 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 40f9d3897cec889d949602b675bd53b2d8985d94..28ecb9927dc06b42ed1b89cf101eb19352ca9f18 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,15 @@ >+2013-04-03 Seokju Kwon <seokju.kwon@gmail.com> >+ >+ [SOUP] Remove unnecessary explicit keyword in SocketStreamError.h >+ https://bugs.webkit.org/show_bug.cgi?id=113913 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ No new tests, just removing an unnecessary code. >+ >+ * platform/network/soup/SocketStreamError.h: >+ (WebCore::SocketStreamError::SocketStreamError): >+ > 2013-04-03 Hans Muller <hmuller@adobe.com> > > [CSS Exclusions] Removed ExclusionShape dead code >diff --git a/Source/WebCore/platform/network/soup/SocketStreamError.h b/Source/WebCore/platform/network/soup/SocketStreamError.h >index aa4a789e0cbb19200cbc3aa718423d3772ab89ba..0676893ce6676639072fffdfd5c086c591db9ab7 100644 >--- a/Source/WebCore/platform/network/soup/SocketStreamError.h >+++ b/Source/WebCore/platform/network/soup/SocketStreamError.h >@@ -38,7 +38,7 @@ namespace WebCore { > class SocketStreamError : public SocketStreamErrorBase { > public: > SocketStreamError() { } >- explicit SocketStreamError(int errorCode, const gchar* description) >+ SocketStreamError(int errorCode, const gchar* description) > : SocketStreamErrorBase(errorCode, String(), String(description)) > { > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 113913
: 196428