| Index: Source/core/page/DragData.h
|
| diff --git a/Source/core/page/DragData.h b/Source/core/page/DragData.h
|
| index d7c54c3692dfa814ddb780e63e4bd961bd03caac..c4167b63101c078905f401c09ef6cad582c3a289 100644
|
| --- a/Source/core/page/DragData.h
|
| +++ b/Source/core/page/DragData.h
|
| @@ -68,7 +68,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;
|
|
|
|
|