Title: [173391] trunk/Source/WebCore
- Revision
- 173391
- Author
- [email protected]
- Date
- 2014-09-08 11:54:11 -0700 (Mon, 08 Sep 2014)
Log Message
[WinCairo] Compile error.
https://bugs.webkit.org/show_bug.cgi?id=136633
Patch by [email protected] <[email protected]> on 2014-09-08
Reviewed by Darin Adler.
Enum name has already been defined.
* platform/audio/AudioHardwareListener.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (173390 => 173391)
--- trunk/Source/WebCore/ChangeLog 2014-09-08 18:44:03 UTC (rev 173390)
+++ trunk/Source/WebCore/ChangeLog 2014-09-08 18:54:11 UTC (rev 173391)
@@ -1,3 +1,14 @@
+2014-09-08 [email protected] <[email protected]>
+
+ [WinCairo] Compile error.
+ https://bugs.webkit.org/show_bug.cgi?id=136633
+
+ Reviewed by Darin Adler.
+
+ Enum name has already been defined.
+
+ * platform/audio/AudioHardwareListener.h:
+
2014-09-08 Tim Horton <[email protected]>
Remove some unused code in ImageSourceCG
Modified: trunk/Source/WebCore/platform/audio/AudioHardwareListener.h (173390 => 173391)
--- trunk/Source/WebCore/platform/audio/AudioHardwareListener.h 2014-09-08 18:44:03 UTC (rev 173390)
+++ trunk/Source/WebCore/platform/audio/AudioHardwareListener.h 2014-09-08 18:54:11 UTC (rev 173391)
@@ -31,7 +31,7 @@
namespace WebCore {
-enum AudioHardwareActivityType {
+enum class AudioHardwareActivityType {
Unknown,
IsActive,
IsInactive
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes