diff options
Diffstat (limited to 'webkit/glue/webcursor.h')
-rw-r--r-- | webkit/glue/webcursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h index afd27a5..32c8a2b 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) |