[webkit-changes] cvs commit: WebKit/WebView.subproj WebView.h

Darin darin at opensource.apple.com
Tue Nov 22 07:27:45 PST 2005


darin       05/11/22 07:27:44

  Modified:    .        ChangeLog
               WebView.subproj WebView.h
  Log:
          * WebView.subproj/WebView.h: Fixed incorrect comment in public header.
  
  Revision  Changes    Path
  1.3373    +4 -0      WebKit/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKit/ChangeLog,v
  retrieving revision 1.3372
  retrieving revision 1.3373
  diff -u -r1.3372 -r1.3373
  --- ChangeLog	19 Nov 2005 02:07:57 -0000	1.3372
  +++ ChangeLog	22 Nov 2005 15:27:41 -0000	1.3373
  @@ -1,3 +1,7 @@
  +2005-11-22  Darin Adler  <darin at apple.com>
  +
  +        * WebView.subproj/WebView.h: Fixed incorrect comment in public header.
  +
   2005-11-18  Vicki Murley  <vicki at apple.com>
   
   	Changes by Tim H, reviewed by Vicki.
  
  
  
  1.163     +1 -1      WebKit/WebView.subproj/WebView.h
  
  Index: WebView.h
  ===================================================================
  RCS file: /cvs/root/WebKit/WebView.subproj/WebView.h,v
  retrieving revision 1.162
  retrieving revision 1.163
  diff -u -r1.162 -r1.163
  --- WebView.h	13 Oct 2005 01:08:25 -0000	1.162
  +++ WebView.h	22 Nov 2005 15:27:44 -0000	1.163
  @@ -59,7 +59,7 @@
   extern NSString *WebElementImageURLKey;		// NSURL of the image element
   extern NSString *WebElementIsSelectedKey; 	// NSNumber of BOOL indicating whether the element is selected or not 
   extern NSString *WebElementLinkURLKey;		// NSURL of the link if the element is within an anchor
  -extern NSString *WebElementLinkTargetFrameKey;	// NSString of the target of the anchor
  +extern NSString *WebElementLinkTargetFrameKey;	// WebFrame of the target of the anchor
   extern NSString *WebElementLinkTitleKey;	// NSString of the title of the anchor
   extern NSString *WebElementLinkLabelKey;	// NSString of the text within the anchor
   
  
  
  



More information about the webkit-changes mailing list