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.
Created attachment 124401 [details] patch
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.
Style issues are fixed.
http://trac.webkit.org/changeset/106248