| Index: Source/core/clipboard/Clipboard.cpp
|
| diff --git a/Source/core/clipboard/Clipboard.cpp b/Source/core/clipboard/Clipboard.cpp
|
| index c3891f66a27baa78139641467bd07965a36bfde5..4c9e474d5950f8ddf6ecf451a05d3ab6e4418c24 100644
|
| --- a/Source/core/clipboard/Clipboard.cpp
|
| +++ b/Source/core/clipboard/Clipboard.cpp
|
| @@ -44,8 +44,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -DEFINE_GC_INFO(Clipboard);
|
| -
|
| // These "conversion" methods are called by both WebCore and WebKit, and never make sense to JS, so we don't
|
| // worry about security for these. They don't allow access to the pasteboard anyway.
|
| static DragOperation dragOpFromIEOp(const String& op)
|
|
|