Changeset 130251 in webkit


Ignore:
Timestamp:
Oct 2, 2012, 11:00:51 PM (13 years ago)
Author:
joone.hur@intel.com
Message:

Unreviewed, GTK+,Efl debug build fix after r130225.

This patch allows to include the static xErrorString variable when LOG_DISABLED is 0.

  • PluginProcess/unix/PluginProcessMainUnix.cpp:

(WebKit):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r130248 r130251  
     12012-10-02  Joone Hur  <joone.hur@intel.com>
     2
     3        Unreviewed, GTK+,Efl debug build fix after r130225.
     4
     5        This patch allows to include the static xErrorString variable when LOG_DISABLED is 0.
     6
     7        * PluginProcess/unix/PluginProcessMainUnix.cpp:
     8        (WebKit):
     9
    1102012-10-02  Sam Weinig  <sam@webkit.org>
    211
  • trunk/Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp

    r130225 r130251  
    4747#ifdef XP_UNIX
    4848
    49 #ifndef LOG_DISABLED
     49#if !LOG_DISABLED
    5050static const char xErrorString[] = "The program '%s' received an X Window System error.\n"
    5151    "This probably reflects a bug in a browser plugin.\n"
Note: See TracChangeset for help on using the changeset viewer.