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

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

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.idl
diff --git a/third_party/WebKit/Source/core/events/DragEvent.idl b/third_party/WebKit/Source/core/events/DragEvent.idl
index 04047e2545a591aa34e0b51fc9496f312f91a55c..53205ec513337169d51cbee600320dfa0f00b579 100644
--- a/third_party/WebKit/Source/core/events/DragEvent.idl
+++ b/third_party/WebKit/Source/core/events/DragEvent.idl
@@ -7,5 +7,5 @@
[
Constructor(DOMString type, optional DragEventInit eventInitDict),
] interface DragEvent : MouseEvent {
- readonly attribute DataTransfer dataTransfer;
+ [ImplementedAs=getDataTransfer] readonly attribute DataTransfer dataTransfer;
};
« no previous file with comments | « third_party/WebKit/Source/core/events/DragEvent.cpp ('k') | third_party/WebKit/Source/core/events/DragEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698