diff options
Diffstat (limited to 'webkit/glue/webview.h')
-rw-r--r-- | webkit/glue/webview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webview.h b/webkit/glue/webview.h index d8ef94d..85f11a7 100644 --- a/webkit/glue/webview.h +++ b/webkit/glue/webview.h @@ -168,7 +168,7 @@ class WebView : public WebWidget { virtual void DragSourceEndedAt( int client_x, int client_y, int screen_x, int screen_y) = 0; - // Notifies the webview that a drag and drop operation is in progress, with + // Notifies the webview that a drag and drop operation is in progress, with // dropable items over the view. virtual void DragSourceMovedTo( int client_x, int client_y, int screen_x, int screen_y) = 0; |