RESOLVED FIXED Bug 77261
Remove all references to NSPasteboard objects from the Pasteboard class interface on Mac.
https://bugs.webkit.org/show_bug.cgi?id=77261
Summary Remove all references to NSPasteboard objects from the Pasteboard class inter...
Enrica Casucci
Reported 2012-01-27 16:12:52 PST
This is a cleanup task required for https://bugs.webkit.org/show_bug.cgi?id=77259. We want to make sure the only references to NSPasteboard objects are made from within the Pasteboard class only.
Attachments
patch (15.52 KB, patch)
2012-01-27 16:48 PST, Enrica Casucci
ap: review+
Enrica Casucci
Comment 1 2012-01-27 16:48:24 PST
WebKit Review Bot
Comment 2 2012-01-27 16:50:14 PST
Attachment 124401 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/platform/Pasteboard.h:84: The parameter name "url" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/platform/Pasteboard.h:84: The parameter name "frame" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 2 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Enrica Casucci
Comment 3 2012-01-27 16:52:21 PST
Style issues are fixed.
Enrica Casucci
Comment 4 2012-01-30 08:59:01 PST
Note You need to log in before you can comment on or make changes to this bug.