Changeset 161642 in webkit
- Timestamp:
- Jan 10, 2014, 9:37:35 AM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r161641 r161642 1 2014-01-10 Daniel Bates <dabates@apple.com> 2 3 Attempt to fix the iOS build after <http://trac.webkit.org/changeset/161589> 4 (https://bugs.webkit.org/show_bug.cgi?id=126654) 5 6 * platform/audio/ios/AudioSessionIOS.mm: Import header PassOwnPtr.h so that we can use adoptPtr(). 7 1 8 2014-01-10 Daniel Bates <dabates@apple.com> 2 9 -
trunk/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm
r161589 r161642 32 32 #import <AVFoundation/AVAudioSession.h> 33 33 #import <objc/runtime.h> 34 #import <wtf/PassOwnPtr.h> 34 35 #import <wtf/RetainPtr.h> 35 36
Note:
See TracChangeset
for help on using the changeset viewer.