Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: third_party/WebKit/Source/core/events/DragEvent.cpp

Issue 1780603002: blink: Rename bindings/ methods to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-bindings: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/events/DragEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/DragEvent.cpp b/third_party/WebKit/Source/core/events/DragEvent.cpp
index 9baa4b83fe048abfe77f87226b376d33557743f2..987c48c5d29ac3e715334bdfd4ff7836730ec315 100644
--- a/third_party/WebKit/Source/core/events/DragEvent.cpp
+++ b/third_party/WebKit/Source/core/events/DragEvent.cpp
@@ -54,7 +54,7 @@ DragEvent::DragEvent(const AtomicString& eventType, bool canBubble, bool cancela
DragEvent::DragEvent(const AtomicString& type, const DragEventInit& initializer)
: MouseEvent(type, initializer)
- , m_dataTransfer(initializer.dataTransfer())
+ , m_dataTransfer(initializer.getDataTransfer())
{
}
« no previous file with comments | « third_party/WebKit/Source/core/events/DragEvent.h ('k') | third_party/WebKit/Source/core/events/DragEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698