Changeset 175472 in webkit


Ignore:
Timestamp:
Nov 3, 2014 10:01:06 AM (9 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Fix the build if LOG_DISABLED=0 in release mode
https://bugs.webkit.org/show_bug.cgi?id=138309

Patch by Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com> on 2014-11-03
Reviewed by Chris Dumez.

  • platform/efl/LoggingEfl.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r175467 r175472  
     12014-11-03  Tibor Meszaros  <tmeszaros.u-szeged@partner.samsung.com>
     2
     3        [EFL] Fix the build if LOG_DISABLED=0 in release mode
     4        https://bugs.webkit.org/show_bug.cgi?id=138309
     5
     6        Reviewed by Chris Dumez.
     7
     8        * platform/efl/LoggingEfl.cpp:
     9
    1102014-11-03  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebCore/platform/efl/LoggingEfl.cpp

    r153736 r175472  
    2727#if !LOG_DISABLED
    2828
     29#include <Eina.h>
    2930#include <wtf/text/WTFString.h>
    3031
Note: See TracChangeset for help on using the changeset viewer.