[webkit-changes] cvs commit: WebCore/kwq KWQTextArea.mm

Timothy thatcher at opensource.apple.com
Thu Nov 10 17:27:58 PST 2005


thatcher    05/11/10 17:27:58

  Modified:    kwq      Tag: Safari-1-3-branch KWQTextArea.mm
  Log:
  Removing an ASSERT since this file doesn't use them.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.72.6.3  +0 -1      WebCore/kwq/KWQTextArea.mm
  
  Index: KWQTextArea.mm
  ===================================================================
  RCS file: /cvs/root/WebCore/kwq/KWQTextArea.mm,v
  retrieving revision 1.72.6.2
  retrieving revision 1.72.6.3
  diff -u -r1.72.6.2 -r1.72.6.3
  --- KWQTextArea.mm	11 Nov 2005 01:17:13 -0000	1.72.6.2
  +++ KWQTextArea.mm	11 Nov 2005 01:27:57 -0000	1.72.6.3
  @@ -382,7 +382,6 @@
       
       NSParagraphStyle *style = [textView _KWQ_typingParagraphStyle];
       if (_lineHeight) {
  -        ASSERT(style);
           [textView _KWQ_updateTypingAttributes:style forLineHeight:_lineHeight fontHeight:([_font ascender] - [_font descender])];
       }
   }
  
  
  



More information about the webkit-changes mailing list