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

Unified Diff: Source/core/css/CSSStyleDeclaration.idl

Issue 14751005: Support for latest WebIDL for indexed property getters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: do not generate enumerator in case of WebKitCSSKeyframesRule 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/core/css/CSSStyleDeclaration.idl
diff --git a/Source/core/css/CSSStyleDeclaration.idl b/Source/core/css/CSSStyleDeclaration.idl
index 67da6d7ad8a4b5fe6bab5236f24c4c8afc9e94e5..be7b7082a417d77db7a81565d5be36a55eb10c2c 100644
--- a/Source/core/css/CSSStyleDeclaration.idl
+++ b/Source/core/css/CSSStyleDeclaration.idl
@@ -22,7 +22,6 @@
[
CustomNamedSetter,
CustomNamedGetter,
- IndexedGetter,
CustomEnumerateProperty,
DependentLifetime,
SkipVTableValidation
@@ -38,7 +37,7 @@
[Default=Undefined] optional DOMString priority);
readonly attribute unsigned long length;
- DOMString item([Default=Undefined] optional unsigned long index);
+ getter DOMString item([Default=Undefined] optional unsigned long index);
readonly attribute CSSRule parentRule;
// Extensions

Powered by Google App Engine
This is Rietveld 408576698