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

Unified Diff: core/dom/TouchList.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « core/dom/Touch.idl ('k') | core/dom/TreeWalker.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/TouchList.idl
diff --git a/core/dom/TouchList.idl b/core/dom/TouchList.idl
index 516946de77511bb7d5743023113aa2bfc83abe81..a0bd2637d7451be2261c6827533332baee9586a5 100644
--- a/core/dom/TouchList.idl
+++ b/core/dom/TouchList.idl
@@ -23,10 +23,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://www.w3.org/TR/touch-events/#touchlist-interface
+
[
WillBeGarbageCollected,
] interface TouchList {
readonly attribute unsigned long length;
-
- getter Touch item(unsigned long index);
+ getter Touch? item(unsigned long index);
};
« no previous file with comments | « core/dom/Touch.idl ('k') | core/dom/TreeWalker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698