| Index: webkit/glue/webkit_glue.h
|
| ===================================================================
|
| --- webkit/glue/webkit_glue.h (revision 11372)
|
| +++ webkit/glue/webkit_glue.h (working copy)
|
| @@ -152,7 +152,7 @@
|
| Clipboard* ClipboardGetClipboard();
|
|
|
| // Tests whether the clipboard contains a certain format
|
| -bool ClipboardIsFormatAvailable(Clipboard::FormatType format);
|
| +bool ClipboardIsFormatAvailable(const Clipboard::FormatType& format);
|
|
|
| // Reads UNICODE text from the clipboard, if available.
|
| void ClipboardReadText(string16* result);
|
|
|