Index: Source/core/page/DragData.h |
diff --git a/Source/core/page/DragData.h b/Source/core/page/DragData.h |
index 8489d1672eb9bc569c930d07509bb22a3bb79f34..fd8b6defdbb54c27f8c05004a4897edaa23fa2d7 100644 |
--- a/Source/core/page/DragData.h |
+++ b/Source/core/page/DragData.h |
@@ -69,7 +69,7 @@ public: |
PassRefPtrWillBeRawPtr<DocumentFragment> asFragment(LocalFrame*, PassRefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) const; |
bool canSmartReplace() const; |
bool containsFiles() const; |
- int modifierKeyState() const; |
+ int modifiers() const; |
String droppedFileSystemId() const; |