Changeset 97591 in webkit
- Timestamp:
- Oct 17, 2011, 12:51:55 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r97589 r97591 1 2011-10-17 Andrei Lavreniyuk <andy.lavr@gmail.com> 2 3 Fix clang WebKitGTK+ build. 4 5 Reviewed by Martin Robinson. 6 7 * plugins/gtk/PluginViewGtk.cpp: 8 1 9 2011-10-16 Adam Barth <abarth@webkit.org> 2 10 -
trunk/Source/WebCore/plugins/gtk/PluginViewGtk.cpp
r95901 r97591 72 72 73 73 #if defined(XP_UNIX) 74 #define String XtStringType 74 75 #include "RefPtrCairo.h" 75 76 #include "gtk2xtbin.h" … … 82 83 #include "PluginMessageThrottlerWin.h" 83 84 #include <gdk/gdkwin32.h> 85 #undef String 84 86 #endif 85 87
Note:
See TracChangeset
for help on using the changeset viewer.