Title: [146023] trunk/Source/WebCore
- Revision
- 146023
- Author
- [email protected]
- Date
- 2013-03-17 13:09:09 -0700 (Sun, 17 Mar 2013)
Log Message
BUILD FIX (r145592): AutodrainedPool.h moved to WTF
<http://webkit.org/b/112171>
Fixes the following build failure:
Source/WebCore/platform/audio/mac/AudioBusMac.mm:32:9: fatal error: 'AutodrainedPool.h' file not found
#import "AutodrainedPool.h"
^
1 error generated.
* platform/audio/mac/AudioBusMac.mm: Fix include.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (146022 => 146023)
--- trunk/Source/WebCore/ChangeLog 2013-03-17 18:40:14 UTC (rev 146022)
+++ trunk/Source/WebCore/ChangeLog 2013-03-17 20:09:09 UTC (rev 146023)
@@ -1,3 +1,17 @@
+2013-03-17 David Kilzer <[email protected]>
+
+ BUILD FIX (r145592): AutodrainedPool.h moved to WTF
+ <http://webkit.org/b/112171>
+
+ Fixes the following build failure:
+
+ Source/WebCore/platform/audio/mac/AudioBusMac.mm:32:9: fatal error: 'AutodrainedPool.h' file not found
+ #import "AutodrainedPool.h"
+ ^
+ 1 error generated.
+
+ * platform/audio/mac/AudioBusMac.mm: Fix include.
+
2013-03-17 Gustavo Noronha Silva <[email protected]>
[GTK] Fix and improve dist hooks for translations
Modified: trunk/Source/WebCore/platform/audio/mac/AudioBusMac.mm (146022 => 146023)
--- trunk/Source/WebCore/platform/audio/mac/AudioBusMac.mm 2013-03-17 18:40:14 UTC (rev 146022)
+++ trunk/Source/WebCore/platform/audio/mac/AudioBusMac.mm 2013-03-17 20:09:09 UTC (rev 146023)
@@ -29,7 +29,7 @@
#import "AudioBus.h"
#import "AudioFileReader.h"
-#import "AutodrainedPool.h"
+#import <wtf/AutodrainedPool.h>
#import <wtf/OwnPtr.h>
#import <wtf/PassOwnPtr.h>
#import <Foundation/Foundation.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes