Changeset 130251 in webkit
- Timestamp:
- Oct 2, 2012, 11:00:51 PM (13 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r130248 r130251 1 2012-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 1 10 2012-10-02 Sam Weinig <sam@webkit.org> 2 11 -
trunk/Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp
r130225 r130251 47 47 #ifdef XP_UNIX 48 48 49 #if ndefLOG_DISABLED49 #if !LOG_DISABLED 50 50 static const char xErrorString[] = "The program '%s' received an X Window System error.\n" 51 51 "This probably reflects a bug in a browser plugin.\n"
Note:
See TracChangeset
for help on using the changeset viewer.