Changeset 46948

Show
Ignore:
Timestamp:
08/07/09 21:14:26 (7 months ago)
Author:
simon.fraser@apple.com
Message:

2009-08-07 Simon Fraser < simon.fraser@apple.com>

Fix a stylistic nit related to the location of the *, which, for some
ridiculous reason, WebKit style dictates to be different between Objective-C and C++.

  • WebView/WebDynamicScrollBarsView.mm: (-[WebDynamicScrollBarsView reflectScrolledClipView:]):
Location:
trunk/WebKit/mac
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/mac/ChangeLog

    r46947 r46948  
     12009-08-07  Simon Fraser  <simon.fraser@apple.com> 
     2 
     3        Fix a stylistic nit related to the location of the *, which, for some 
     4        ridiculous reason, WebKit style dictates to be different between Objective-C and C++. 
     5         
     6        * WebView/WebDynamicScrollBarsView.mm: 
     7        (-[WebDynamicScrollBarsView reflectScrolledClipView:]): 
     8 
    192009-08-07  Simon Fraser  <simon.fraser@apple.com> 
    210 
  • trunk/WebKit/mac/WebView/WebDynamicScrollBarsView.mm

    r46947 r46948  
    223223    NSView *documentView = [self documentView]; 
    224224    if ([documentView isKindOfClass:[WebHTMLView class]]) { 
    225         WebHTMLView* htmlView = (WebHTMLView*)documentView; 
     225        WebHTMLView *htmlView = (WebHTMLView *)documentView; 
    226226        if ([htmlView _isUsingAcceleratedCompositing]) 
    227227            [htmlView _updateLayerHostingViewPosition];