Changeset 97428 in webkit


Ignore:
Timestamp:
Oct 13, 2011, 5:35:11 PM (14 years ago)
Author:
weinig@apple.com
Message:

Fix SnowLeopard build.

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::setCursor):

  • WebProcess/WebCoreSupport/mac/WebDragClientMac.mm:
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r97422 r97428  
     12011-10-13  Sam Weinig  <sam@webkit.org>
     2
     3        Fix SnowLeopard build.
     4
     5        * UIProcess/WebPageProxy.cpp:
     6        (WebKit::WebPageProxy::setCursor):
     7        * WebProcess/WebCoreSupport/mac/WebDragClientMac.mm:
     8
    192011-10-13  Alexey Proskuryakov  <ap@apple.com>
    210
  • trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp

    r97405 r97428  
    26432643}
    26442644
    2645 void WebPageProxy::setCursor(const Cursor& cursor)
     2645void WebPageProxy::setCursor(const WebCore::Cursor& cursor)
    26462646{
    26472647    m_pageClient->setCursor(cursor);
  • trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebDragClientMac.mm

    r97113 r97428  
    7070@interface WKPasteboardOwner : NSObject
    7171{
    72     CachedResourceHandle<CachedImage> _image;
    73 }
    74 - (id)initWithImage:(CachedImage*)image;
     72    CachedResourceHandle<WebCore::CachedImage> _image;
     73}
     74- (id)initWithImage:(WebCore::CachedImage*)image;
    7575@end
    7676
Note: See TracChangeset for help on using the changeset viewer.