Bug 116161

Summary: [Mac] Remove call to ClipboardMac::create from EventHandler::createDraggingClipboard
Product: WebKit Reporter: Darin Adler <darin>
Component: PlatformAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Bug Depends on:    
Bug Blocks: 115980    
Attachments:
Description Flags
Patch kling: review+

Description Darin Adler 2013-05-15 09:46:47 PDT
[Mac] Remove call to ClipboardMac::create from EventHandler::createDraggingClipboard
Comment 1 Darin Adler 2013-05-15 09:48:56 PDT
Created attachment 201846 [details]
Patch
Comment 2 Andreas Kling 2013-05-15 09:52:37 PDT
Comment on attachment 201846 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=201846&action=review

r=me with one fix:

> Source/WebCore/platform/mac/ClipboardMac.mm:51
> +    Pasteboard(NSDragPboard).clear();

This doesn't seem to belong here.
Comment 3 Darin Adler 2013-05-15 09:53:05 PDT
Committed r150124: <http://trac.webkit.org/changeset/150124>