| Index: third_party/WebKit/Source/core/input/EventHandler.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| index 8581d36a79c4af94e669f85882d3a333dabe3376..0cd591759a06a3a75eb8897023c9cccb8814d582 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -1453,7 +1453,7 @@ static bool findDropZone(Node* target, DataTransfer* dataTransfer)
|
| if (dragOperation == DragOperationNone)
|
| dragOperation = op;
|
| } else {
|
| - matched = matched || dataTransfer->hasDropZoneType(keywords[i].string());
|
| + matched = matched || dataTransfer->hasDropZoneType(keywords[i].getString());
|
| }
|
|
|
| if (matched && dragOperation != DragOperationNone)
|
|
|