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

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

Issue 15724005: [Binding] Support primitive type for union member (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: do not inherit getter. rename DoNotCheckJSProperty to OverrideBuiltins Created 7 years, 7 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/WebKitCSSTransformValue.idl
diff --git a/Source/core/css/WebKitCSSTransformValue.idl b/Source/core/css/WebKitCSSTransformValue.idl
index 0fc21133beebf248c3cae53751bd93f8c8bbddaf..bbb888ee62144d24e60eda4da4ae4279cbd53e4d 100644
--- a/Source/core/css/WebKitCSSTransformValue.idl
+++ b/Source/core/css/WebKitCSSTransformValue.idl
@@ -55,5 +55,6 @@
const unsigned short CSS_MATRIX3D = 21;
readonly attribute unsigned short operationType;
+ [ImplementedAs=item] getter CSSValue([Default=Undefined] optional unsigned long index);
};

Powered by Google App Engine
This is Rietveld 408576698