OSDN Git Service

Fixes an accidental change made to WebKit GTK code. Do not merge.
authorSteve Block <steveblock@google.com>
Thu, 8 Oct 2009 11:05:14 +0000 (12:05 +0100)
committerSteve Block <steveblock@google.com>
Wed, 14 Oct 2009 15:52:37 +0000 (16:52 +0100)
This was made in change 95e3d862bbab761f8caaf1d1b54065f67b9a5148.
See https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=95e3d862bbab761f8caaf1d1b54065f67b9a5148#patch1

This will help avoid noise in the diffs when upstreaming Android-specific changes to webkit.org.

This has already been submitted to master branch.

WebCore/platform/DragImage.h

index 0196971..4887066 100644 (file)
@@ -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