Changeset 28535 in webkit


Ignore:
Timestamp:
Dec 7, 2007 2:45:23 PM (16 years ago)
Author:
Darin Adler
Message:

Fix build on Tiger (Mark Rowe told me how).

  • platform/graphics/mac/MediaPlayerPrivateQTKit.mm: Include <objc/objc-runtime.h>, which existed back on Tiger, rather than <objc/runtime.h>, which did not.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r28532 r28535  
     12007-12-07  Darin Adler  <darin@apple.com>
     2
     3        Fix build on Tiger (Mark Rowe told me how).
     4
     5        * platform/graphics/mac/MediaPlayerPrivateQTKit.mm:
     6        Include <objc/objc-runtime.h>, which existed back on Tiger,
     7        rather than <objc/runtime.h>, which did not.
     8
    192007-12-07  Geoffrey Garen  <ggaren@apple.com>
    210
    311        Build fix: rolling out last build fix to change #include path.
    4 
    5         WARNING: NO TEST CASES ADDED OR CHANGED
    612
    713        * platform/graphics/mac/MediaPlayerPrivateQTKit.mm:
  • trunk/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm

    r28532 r28535  
    3838#import "WebCoreSystemInterface.h"
    3939#import <QTKit/QTKit.h>
    40 #import <objc/runtime.h>
     40#import <objc/objc-runtime.h>
    4141
    4242SOFT_LINK_FRAMEWORK(QTKit)
Note: See TracChangeset for help on using the changeset viewer.