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

Unified Diff: Source/WebCore/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: Make length property return useful values for DOM bindings functions and interfaces 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
Index: Source/WebCore/page/DOMPoint.idl
diff --git a/Source/WebCore/page/DOMPoint.idl b/Source/WebCore/page/DOMPoint.idl
index 26148d5d27fbef1f7aea6d79ea8c733660b9aa80..f1319174f9830713a8d20b2b25dc081fe7607308 100644
--- a/Source/WebCore/page/DOMPoint.idl
+++ b/Source/WebCore/page/DOMPoint.idl
@@ -25,6 +25,7 @@
[
CustomConstructor,
+ CustomConstructor(float x, float y),
InterfaceName=WebKitPoint,
ImplementationLacksVTable
] interface DOMPoint {

Powered by Google App Engine
This is Rietveld 408576698