| Index: webkit/glue/webcursor.h | 
| diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h | 
| index afd27a58480b3d2b56bc19a971837dde10ed7d3b..32c8a2b520a2fbaa683e46bc94e64db9260c93e0 100644 | 
| --- a/webkit/glue/webcursor.h | 
| +++ b/webkit/glue/webcursor.h | 
| @@ -17,7 +17,7 @@ typedef struct HICON__* HICON; | 
| typedef HICON HCURSOR; | 
| #elif defined(USE_X11) | 
| // GdkCursorType is an enum, which we can't forward-declare.  :( | 
| -// If you work around this, be sure to fix webkit.gyp:glue to not put | 
| +// If you work around this, be sure to fix webkit_glue.gyp:glue to not put | 
| // GTK in the export_dependent_settings section! | 
| #include <gdk/gdkcursor.h> | 
| #elif defined(OS_MACOSX) | 
|  |