RESOLVED FIXED 121279
Finish removing layer-violating code from Pasteboard (just for Mac during this first step)
https://bugs.webkit.org/show_bug.cgi?id=121279
Summary Finish removing layer-violating code from Pasteboard (just for Mac during thi...
Darin Adler
Reported 2013-09-12 23:58:22 PDT
Finish removing layer-violating code from Pasteboard (just for Mac during this first step)
Attachments
Patch (37.42 KB, patch)
2013-09-13 00:27 PDT, Darin Adler
andersca: review+
Darin Adler
Comment 1 2013-09-13 00:27:09 PDT
Anders Carlsson
Comment 2 2013-09-13 07:58:32 PDT
Comment on attachment 211516 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=211516&action=review > Source/WebCore/editing/mac/EditorMac.mm:538 > + String uniqueIDString = adoptCF(CFUUIDCreateString(nullptr, adoptCF(CFUUIDCreate(nullptr)).get())).get(); I think we have our own UUID implementation in WTF if you do't like all the .gets here. I also think you should use kCFAllocatorDefault instead of nullptr.
Darin Adler
Comment 3 2013-09-13 08:24:12 PDT
Note You need to log in before you can comment on or make changes to this bug.