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

Unified Diff: client/dom/generated/wrapping_dom_externs.js

Issue 8784013: Fix CanvasPixelArray's operator[] for the wrapping js dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rerun Created 9 years 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 | « client/dom/generated/wrapping_dom.js ('k') | client/dom/idl/dart/dart.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/wrapping_dom_externs.js
diff --git a/client/dom/generated/wrapping_dom_externs.js b/client/dom/generated/wrapping_dom_externs.js
index 37c7e319dd9cfd595b558ad57be85327bf887c12..633379ab500c4d9cf636e0a346601d03a2f7e652 100644
--- a/client/dom/generated/wrapping_dom_externs.js
+++ b/client/dom/generated/wrapping_dom_externs.js
@@ -809,7 +809,7 @@ dom_externs.isShader; // operation WebGLRenderingContext.isSha
dom_externs.isSupported; // operation Node.isSupported
dom_externs.isTexture; // operation WebGLRenderingContext.isTexture
dom_externs.isVertexArrayOES; // operation OESVertexArrayObject.isVertexArrayOES
-dom_externs.item; // operation CSSRuleList.item, operation CSSStyleDeclaration.item, operation CSSValueList.item, operation CanvasPixelArray.item, operation ClientRectList.item, operation DOMMimeTypeArray.item, operation DOMPlugin.item, operation DOMPluginArray.item, operation DOMTokenList.item, operation DataTransferItemList.item, operation EntryArray.item, operation EntryArraySync.item, operation FileList.item, operation HTMLAllCollection.item, operation HTMLCollection.item, operation HTMLSelectElement.item, operation MediaList.item, operation NamedNodeMap.item, operation NodeList.item, operation SQLResultSetRowList.item, operation SVGElementInstanceList.item, operation SpeechInputResultList.item, operation StyleSheetList.item, operation TextTrackCueList.item, operation TouchList.item, operation WebKitAnimationList.item
+dom_externs.item; // operation CSSRuleList.item, operation CSSStyleDeclaration.item, operation CSSValueList.item, operation ClientRectList.item, operation DOMMimeTypeArray.item, operation DOMPlugin.item, operation DOMPluginArray.item, operation DOMTokenList.item, operation DataTransferItemList.item, operation EntryArray.item, operation EntryArraySync.item, operation FileList.item, operation HTMLAllCollection.item, operation HTMLCollection.item, operation HTMLSelectElement.item, operation MediaList.item, operation NamedNodeMap.item, operation NodeList.item, operation SQLResultSetRowList.item, operation SVGElementInstanceList.item, operation SpeechInputResultList.item, operation StyleSheetList.item, operation TextTrackCueList.item, operation TouchList.item, operation WebKitAnimationList.item
dom_externs.itemId; // attribute HTMLElement.itemId
dom_externs.itemProp; // attribute HTMLElement.itemProp
dom_externs.itemRef; // attribute HTMLElement.itemRef
« no previous file with comments | « client/dom/generated/wrapping_dom.js ('k') | client/dom/idl/dart/dart.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698