Bug 116162

Summary: [Mac] Remove call to ClipboardMac::create from Editor::newGeneralClipboard
Product: WebKit Reporter: Darin Adler <darin>
Component: PlatformAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
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: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>