diff options
-rw-r--r-- | WebCore/platform/DragImage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/DragImage.h b/WebCore/platform/DragImage.h index 0196971..4887066 100644 --- a/WebCore/platform/DragImage.h +++ b/WebCore/platform/DragImage.h @@ -71,7 +71,7 @@ namespace WebCore { #elif PLATFORM(WX) typedef wxDragImage* DragImageRef; #elif PLATFORM(GTK) - typedef GdkPixBuf* DragImageRef; + typedef GdkPixbuf* DragImageRef; #elif PLATFORM(ANDROID) typedef void* DragImageRef; #endif |