| Index: Source/core/css/CSSKeyframeRule.idl
|
| diff --git a/Source/core/css/CSSKeyframeRule.idl b/Source/core/css/CSSKeyframeRule.idl
|
| index e974fc6afa65f9053cc70b2b1d087289aa1a23dc..739a2e154dcb2b6a00ed390daf64186f43954028 100644
|
| --- a/Source/core/css/CSSKeyframeRule.idl
|
| +++ b/Source/core/css/CSSKeyframeRule.idl
|
| @@ -26,11 +26,9 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// Introduced in DOM Level ?:
|
| -interface CSSKeyframeRule : CSSRule {
|
| +// http://dev.w3.org/csswg/css-animations/#interface-csskeyframerule
|
|
|
| +interface CSSKeyframeRule : CSSRule {
|
| [RaisesException=Setter] attribute DOMString keyText;
|
| readonly attribute CSSStyleDeclaration style;
|
| -
|
| };
|
| -
|
|
|