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

Darin darin at opensource.apple.com
Wed Oct 12 14:02:51 PDT 2005


darin       05/10/12 14:02:50

  Modified:    .        ChangeLog
               WebView.subproj WebPolicyDelegate.h
  Log:
          * WebView.subproj/WebPolicyDelegate.h: Fix a comment.
  
  Revision  Changes    Path
  1.3349    +4 -0      WebKit/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKit/ChangeLog,v
  retrieving revision 1.3348
  retrieving revision 1.3349
  diff -u -r1.3348 -r1.3349
  --- ChangeLog	12 Oct 2005 01:00:20 -0000	1.3348
  +++ ChangeLog	12 Oct 2005 21:02:41 -0000	1.3349
  @@ -1,3 +1,7 @@
  +2005-10-12  Darin Adler  <darin at apple.com>
  +
  +        * WebView.subproj/WebPolicyDelegate.h: Fix a comment.
  +
   2005-10-11  Timothy Hatcher  <timothy at apple.com>
   
           Reviewed by Darin.
  
  
  
  1.65      +1 -1      WebKit/WebView.subproj/WebPolicyDelegate.h
  
  Index: WebPolicyDelegate.h
  ===================================================================
  RCS file: /cvs/root/WebKit/WebView.subproj/WebPolicyDelegate.h,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- WebPolicyDelegate.h	5 Jun 2005 17:54:48 -0000	1.64
  +++ WebPolicyDelegate.h	12 Oct 2005 21:02:50 -0000	1.65
  @@ -57,7 +57,7 @@
   } WebNavigationType;
   
   
  -extern NSString *WebActionNavigationTypeKey; // NSNumber (WebActionType)
  +extern NSString *WebActionNavigationTypeKey; // NSNumber (WebNavigationType)
   extern NSString *WebActionElementKey; // NSDictionary of element info
   extern NSString *WebActionButtonKey;  // NSEventType
   extern NSString *WebActionModifierFlagsKey; // NSNumber (unsigned)
  
  
  



More information about the webkit-changes mailing list