WebKit Bugzilla
Attachment 356904 Details for
Bug 192534
: Fix stray-semicolon warning seen with a new version of clang in Xcode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192534-20181208211420.patch (text/plain), 962 bytes, created by
Darin Adler
on 2018-12-08 21:14:21 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Darin Adler
Created:
2018-12-08 21:14:21 PST
Size:
962 bytes
patch
obsolete
>Subversion Revision: 239015 >diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog >index 6e578935ba3681a43a0ec12c5ff607039883c3b0..1dd6bd9fab08a2d6d81222375962cafd5cbde867 100644 >--- a/Source/WTF/ChangeLog >+++ b/Source/WTF/ChangeLog >@@ -1,3 +1,12 @@ >+2018-12-08 Darin Adler <darin@apple.com> >+ >+ Fix stray-semicolon warning seen with a new version of clang in Xcode >+ https://bugs.webkit.org/show_bug.cgi?id=192534 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * wtf/Lock.h: Removed an unneeded semicolon. >+ > 2018-12-08 Adrian Perez de Castro <aperez@igalia.com> > > [WTF] Debug build fails due conflicting abort() method >diff --git a/Source/WTF/wtf/Lock.h b/Source/WTF/wtf/Lock.h >index bbff68044d122268477a12ef9053693a44c35a4f..e3d9e32ff409ee2b1b326ac91356b758fcd4bb18 100644 >--- a/Source/WTF/wtf/Lock.h >+++ b/Source/WTF/wtf/Lock.h >@@ -31,7 +31,7 @@ > > namespace TestWebKitAPI { > struct LockInspector; >-}; >+} > > namespace WTF { >
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 192534
: 356904