Changeset 161642 in webkit


Ignore:
Timestamp:
Jan 10, 2014, 9:37:35 AM (12 years ago)
Author:
dbates@webkit.org
Message:

Attempt to fix the iOS build after <http://trac.webkit.org/changeset/161589>
(https://bugs.webkit.org/show_bug.cgi?id=126654)

  • platform/audio/ios/AudioSessionIOS.mm: Import header PassOwnPtr.h so that we can use adoptPtr().
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r161641 r161642  
     12014-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
    182014-01-10  Daniel Bates  <dabates@apple.com>
    29
  • trunk/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm

    r161589 r161642  
    3232#import <AVFoundation/AVAudioSession.h>
    3333#import <objc/runtime.h>
     34#import <wtf/PassOwnPtr.h>
    3435#import <wtf/RetainPtr.h>
    3536
Note: See TracChangeset for help on using the changeset viewer.