Changeset 55901 in webkit


Ignore:
Timestamp:
Mar 12, 2010 7:45:25 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-12 Andy Estes <aestes@apple.com>

Reviewed by Brady Eidson.

Remove an unused method.

https://bugs.webkit.org/show_bug.cgi?id=35940

  • Plugins/WebPluginController.mm: removed - (void)showURL:(NSURL *) inFrame:(NSString *)
Location:
trunk/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/mac/ChangeLog

    r55871 r55901  
     12010-03-12  Andy Estes  <aestes@apple.com>
     2
     3        Reviewed by Brady Eidson.
     4
     5        Remove an unused method.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=35940
     8
     9        * Plugins/WebPluginController.mm:
     10        removed - (void)showURL:(NSURL *) inFrame:(NSString *)
     11
    1122010-03-11  Mark Rowe  <mrowe@apple.com>
    213
  • trunk/WebKit/mac/Plugins/WebPluginController.mm

    r50305 r55901  
    352352}
    353353
    354 // For compatibility only.
    355 - (void)showURL:(NSURL *)URL inFrame:(NSString *)target
    356 {
    357     [self webPlugInContainerLoadRequest:[NSURLRequest requestWithURL:URL] inFrame:target];
    358 }
    359 
    360354- (void)webPlugInContainerShowStatus:(NSString *)message
    361355{
Note: See TracChangeset for help on using the changeset viewer.