Bug 116162 - [Mac] Remove call to ClipboardMac::create from Editor::newGeneralClipboard
Summary: [Mac] Remove call to ClipboardMac::create from Editor::newGeneralClipboard
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:55 PDT by Darin Adler
Modified: 2013-05-15 10:01 PDT (History)
0 users

See Also:


Attachments
Patch (3.61 KB, patch)
2013-05-15 09:55 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:55:02 PDT
[Mac] Remove call to ClipboardMac::create from Editor::newGeneralClipboard
Comment 1 Darin Adler 2013-05-15 09:55:57 PDT
Created attachment 201848 [details]
Patch
Comment 2 Andreas Kling 2013-05-15 09:59:56 PDT
Comment on attachment 201848 [details]
Patch

r=me. Had to look around to understand why it was ok to pass the null Frame*.
Comment 3 Darin Adler 2013-05-15 10:01:52 PDT
Committed r150125: <http://trac.webkit.org/changeset/150125>