Index: Source/core/dom/Clipboard.h |
diff --git a/Source/core/dom/Clipboard.h b/Source/core/dom/Clipboard.h |
index d2ade77c4636f9a56057fe17a563c54613ecdf16..6031d3b2abe04a9470b4cf1122d9261e8e4462f2 100644 |
--- a/Source/core/dom/Clipboard.h |
+++ b/Source/core/dom/Clipboard.h |
@@ -67,8 +67,7 @@ public: |
String effectAllowed() const { return m_effectAllowed; } |
void setEffectAllowed(const String&); |
- void clearData(const String& type); |
- void clearAllData(); |
+ void clearData(const String& type = String()); |
String getData(const String& type) const; |
bool setData(const String& type, const String& data); |