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-59428-20110425234924.patch (text/plain), 1.15 KB, created by
Adam Barth
on 2011-04-25 23:49:26 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Adam Barth
Created:
2011-04-25 23:49:26 PDT
Size:
1.15 KB
patch
obsolete
>Index: Source/JavaScriptCore/ChangeLog >=================================================================== >--- Source/JavaScriptCore/ChangeLog (revision 84886) >+++ Source/JavaScriptCore/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2011-04-25 Adam Barth <abarth@webkit.org> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Enable strict mode for OwnPtr >+ https://bugs.webkit.org/show_bug.cgi?id=59428 >+ >+ There are still four whitelisted files in WebCore that need to be >+ fixed, but this patch should prevent regressions. >+ >+ * wtf/OwnPtr.h: >+ > 2011-04-25 Geoffrey Garen <ggaren@apple.com> > > Reviewed by Oliver Hunt. >Index: Source/JavaScriptCore/wtf/OwnPtr.h >=================================================================== >--- Source/JavaScriptCore/wtf/OwnPtr.h (revision 84880) >+++ Source/JavaScriptCore/wtf/OwnPtr.h (working copy) >@@ -28,9 +28,6 @@ > #include <algorithm> > #include <memory> > >-// Remove this once we make all WebKit code compatible with stricter rules about OwnPtr. >-#define LOOSE_OWN_PTR >- > namespace WTF { > > // Unlike most of our smart pointers, OwnPtr can take either the pointer type or the pointed-to type.
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 59428
:
91073
|
91337
|
91860