| Index: webkit/glue/clipboard_client.h
|
| diff --git a/webkit/glue/clipboard_client.h b/webkit/glue/clipboard_client.h
|
| index 6c9856c8b035075ff2b4496dc930280de6805b39..9d69c988a86fa1067b7c4dfa70dc79e57348f0a0 100644
|
| --- a/webkit/glue/clipboard_client.h
|
| +++ b/webkit/glue/clipboard_client.h
|
| @@ -23,8 +23,8 @@ class ClipboardClient {
|
| const void* pixels,
|
| const gfx::Size& size) = 0;
|
|
|
| - // Flushes all gathered data, and destroys the context.
|
| - virtual void FlushAndDestroy(const ui::Clipboard::ObjectMap& objects) = 0;
|
| + // Flushes all gathered data.
|
| + virtual void Flush(const ui::Clipboard::ObjectMap& objects) = 0;
|
| };
|
|
|
| virtual ~ClipboardClient() { }
|
|
|