diff options
author | Steve Block <steveblock@google.com> | 2009-10-08 12:05:14 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-10-14 16:52:37 +0100 |
commit | 25323377ad937254493c5d3d3454a655e508fcec (patch) | |
tree | b9c1c3fb28f6f7cb1a3ff82492a0e285b963e7d4 /WebCore | |
parent | d19c83b203e72c34b78a731c61d73c77ad99794e (diff) | |
download | external_webkit-25323377ad937254493c5d3d3454a655e508fcec.zip external_webkit-25323377ad937254493c5d3d3454a655e508fcec.tar.gz external_webkit-25323377ad937254493c5d3d3454a655e508fcec.tar.bz2 |
Fixes an accidental change made to WebKit GTK code. Do not merge.
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.
Diffstat (limited to 'WebCore')
-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 |