Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1872)

Issue 233750043: Remove redundant definition of TameDOMTokenList.length for FF. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 1 month ago by kpreid_google
Modified:
9 years ago
Reviewers:
MarkM
CC:
google-caja-discuss_googlegroups.com
Visibility:
Public.

Description

ArrayLike already provides a "length" property, and TameDOMTokenList is an ArrayLike, so it shouldn't try to define its own. This happened to work before, but on current Firefox the property definition fails in ES5/3 due to trying to do an emulated property definition on top of a real accessor property. @ ef6c446450bf5cbaa4b3f146cfcf955e2efcb42c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/com/google/caja/plugin/domado.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
kpreid_google
9 years, 1 month ago (2015-04-20 23:30:18 UTC) #1
MarkM
9 years, 1 month ago (2015-04-21 01:30:42 UTC) #2
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b