Title: [161642] trunk/Source/WebCore
Revision
161642
Author
dba...@webkit.org
Date
2014-01-10 09:37:35 -0800 (Fri, 10 Jan 2014)

Log 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().

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161641 => 161642)


--- trunk/Source/WebCore/ChangeLog	2014-01-10 17:19:19 UTC (rev 161641)
+++ trunk/Source/WebCore/ChangeLog	2014-01-10 17:37:35 UTC (rev 161642)
@@ -1,5 +1,12 @@
 2014-01-10  Daniel Bates  <daba...@apple.com>
 
+        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().
+
+2014-01-10  Daniel Bates  <daba...@apple.com>
+
         Attempt to fix the build after <http://trac.webkit.org/changeset/161638>
         (https://bugs.webkit.org/show_bug.cgi?id=126698)
 

Modified: trunk/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm (161641 => 161642)


--- trunk/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm	2014-01-10 17:19:19 UTC (rev 161641)
+++ trunk/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm	2014-01-10 17:37:35 UTC (rev 161642)
@@ -31,6 +31,7 @@
 #import "SoftLinking.h"
 #import <AVFoundation/AVAudioSession.h>
 #import <objc/runtime.h>
+#import <wtf/PassOwnPtr.h>
 #import <wtf/RetainPtr.h>
 
 SOFT_LINK_FRAMEWORK(AVFoundation)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to