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

Unified Diff: Source/core/page/DOMPoint.idl

Issue 14244017: Make length property return useful values for DOM bindings functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replace [Optional] by optional Created 7 years, 8 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 | « Source/core/html/canvas/DataView.idl ('k') | Source/core/xml/XMLHttpRequest.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DOMPoint.idl
diff --git a/Source/core/page/DOMPoint.idl b/Source/core/page/DOMPoint.idl
index 26148d5d27fbef1f7aea6d79ea8c733660b9aa80..f1319174f9830713a8d20b2b25dc081fe7607308 100644
--- a/Source/core/page/DOMPoint.idl
+++ b/Source/core/page/DOMPoint.idl
@@ -25,6 +25,7 @@
[
CustomConstructor,
+ CustomConstructor(float x, float y),
InterfaceName=WebKitPoint,
ImplementationLacksVTable
] interface DOMPoint {
« no previous file with comments | « Source/core/html/canvas/DataView.idl ('k') | Source/core/xml/XMLHttpRequest.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698