Bug 116161 - [Mac] Remove call to ClipboardMac::create from EventHandler::createDraggingClipboard
Summary: [Mac] Remove call to ClipboardMac::create from EventHandler::createDraggingCl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks: 115980
  Show dependency treegraph
 
Reported: 2013-05-15 09:46 PDT by Darin Adler
Modified: 2013-05-15 09:53 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.52 KB, patch)
2013-05-15 09:48 PDT, Darin Adler
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>