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

Unified Diff: third_party/WebKit/Source/core/events/DragEventInit.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/DragEventInit.idl
diff --git a/third_party/WebKit/Source/core/events/DragEventInit.idl b/third_party/WebKit/Source/core/events/DragEventInit.idl
index 3b90386dc5af4b8f4335d78669054fe5cc21b7d1..ccf5837cfcf0d521f313a7c36fe329f3e387989f 100644
--- a/third_party/WebKit/Source/core/events/DragEventInit.idl
+++ b/third_party/WebKit/Source/core/events/DragEventInit.idl
@@ -5,5 +5,5 @@
// https://html.spec.whatwg.org/multipage/interaction.html#drageventinit
dictionary DragEventInit : MouseEventInit {
- DataTransfer? dataTransfer;
+ [ImplementedAs=getDataTransfer] DataTransfer? dataTransfer;
};
« no previous file with comments | « third_party/WebKit/Source/core/events/DragEvent.idl ('k') | third_party/WebKit/Source/core/events/MouseEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698