Title: [121293] trunk/Source/WebCore
- Revision
- 121293
- Author
- [email protected]
- Date
- 2012-06-26 16:00:04 -0700 (Tue, 26 Jun 2012)
Log Message
Include stdio.h when DEBUG_AUDIONODE_REFERENCES is set
https://bugs.webkit.org/show_bug.cgi?id=89997
Patch by Raymond Toy <[email protected]> on 2012-06-26
Reviewed by Eric Seidel.
No new tests needed for a compile issue
* Modules/webaudio/AudioNode.cpp: Include stdio.h
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (121292 => 121293)
--- trunk/Source/WebCore/ChangeLog 2012-06-26 22:51:35 UTC (rev 121292)
+++ trunk/Source/WebCore/ChangeLog 2012-06-26 23:00:04 UTC (rev 121293)
@@ -1,3 +1,14 @@
+2012-06-26 Raymond Toy <[email protected]>
+
+ Include stdio.h when DEBUG_AUDIONODE_REFERENCES is set
+ https://bugs.webkit.org/show_bug.cgi?id=89997
+
+ Reviewed by Eric Seidel.
+
+ No new tests needed for a compile issue
+
+ * Modules/webaudio/AudioNode.cpp: Include stdio.h
+
2012-06-26 No'am Rosenthal <[email protected]>
[Qt] Use premultiplied alpha when extracting image data in WebGL
Modified: trunk/Source/WebCore/Modules/webaudio/AudioNode.cpp (121292 => 121293)
--- trunk/Source/WebCore/Modules/webaudio/AudioNode.cpp 2012-06-26 22:51:35 UTC (rev 121292)
+++ trunk/Source/WebCore/Modules/webaudio/AudioNode.cpp 2012-06-26 23:00:04 UTC (rev 121293)
@@ -36,6 +36,10 @@
#include <wtf/Atomics.h>
#include <wtf/MainThread.h>
+#if DEBUG_AUDIONODE_REFERENCES
+#include <stdio.h>
+#endif
+
namespace WebCore {
AudioNode::AudioNode(AudioContext* context, float sampleRate)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes