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

Unified Diff: third_party/WebKit/Source/core/dom/TouchInit.idl

Issue 2377203004: Make target member of the TouchInit dictionary non-nullable (Closed)
Patch Set: Delete touch-touchevent-constructor-expected.txt Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/touch-events/touch-touchevent-constructor-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/TouchInit.idl
diff --git a/third_party/WebKit/Source/core/dom/TouchInit.idl b/third_party/WebKit/Source/core/dom/TouchInit.idl
index 70ef72137507f9ca5a393b43b5cadae8a8cceffe..2ae7f0f6f415162720d26d65e5c7438f9d8b4d28 100644
--- a/third_party/WebKit/Source/core/dom/TouchInit.idl
+++ b/third_party/WebKit/Source/core/dom/TouchInit.idl
@@ -6,8 +6,7 @@
dictionary TouchInit {
required long identifier;
- // TODO(foolip): |target| should not be nullable. https://crbug.com/647693
- required EventTarget? target;
+ required EventTarget target;
double clientX = 0;
double clientY = 0;
double screenX = 0;
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/touch-events/touch-touchevent-constructor-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698