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

Unified Diff: Source/core/dom/DOMPointInit.idl

Issue 956203002: Sync the DOM* geometry interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add inherit and tweak constructors Created 5 years, 10 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/dom/DOMPoint.idl ('k') | Source/core/dom/DOMPointReadOnly.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMPointInit.idl
diff --git a/Source/core/dom/DOMPointInit.idl b/Source/core/dom/DOMPointInit.idl
index c11785e49928a39d0df3c2e89e3933a7bb3a96c2..136627f14314eec1cdb7af3b5a2821d19c7eb2cd 100644
--- a/Source/core/dom/DOMPointInit.idl
+++ b/Source/core/dom/DOMPointInit.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Spec: http://dev.w3.org/fxtf/geometry/#DOMPoint
+// http://dev.w3.org/fxtf/geometry/#DOMPoint
dictionary DOMPointInit {
unrestricted double x = 0;
« no previous file with comments | « Source/core/dom/DOMPoint.idl ('k') | Source/core/dom/DOMPointReadOnly.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698