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

Timothy thatcher at opensource.apple.com
Thu Nov 10 17:28:44 PST 2005


thatcher    05/11/10 17:28:44

  Modified:    kwq      Tag: Safari-2-0-branch KWQTextArea.mm
  Log:
  Removing an ASSERT since this file doesn't use them.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.72.8.5  +0 -1      WebCore/kwq/KWQTextArea.mm
  
  Index: KWQTextArea.mm
  ===================================================================
  RCS file: /cvs/root/WebCore/kwq/KWQTextArea.mm,v
  retrieving revision 1.72.8.4
  retrieving revision 1.72.8.5
  diff -u -r1.72.8.4 -r1.72.8.5
  --- KWQTextArea.mm	11 Nov 2005 01:18:56 -0000	1.72.8.4
  +++ KWQTextArea.mm	11 Nov 2005 01:28:43 -0000	1.72.8.5
  @@ -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