Changeset 173391 in webkit


Ignore:
Timestamp:
Sep 8, 2014 11:54:11 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[WinCairo] Compile error.
https://bugs.webkit.org/show_bug.cgi?id=136633

Patch by peavo@outlook.com <peavo@outlook.com> on 2014-09-08
Reviewed by Darin Adler.

Enum name has already been defined.

  • platform/audio/AudioHardwareListener.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r173389 r173391  
     12014-09-08  peavo@outlook.com  <peavo@outlook.com>
     2
     3        [WinCairo] Compile error.
     4        https://bugs.webkit.org/show_bug.cgi?id=136633
     5
     6        Reviewed by Darin Adler.
     7
     8        Enum name has already been defined.
     9
     10        * platform/audio/AudioHardwareListener.h:
     11
    1122014-09-08  Tim Horton  <timothy_horton@apple.com>
    213
  • trunk/Source/WebCore/platform/audio/AudioHardwareListener.h

    r172814 r173391  
    3232namespace WebCore {
    3333   
    34 enum AudioHardwareActivityType {
     34enum class AudioHardwareActivityType {
    3535    Unknown,
    3636    IsActive,
Note: See TracChangeset for help on using the changeset viewer.