Index: third_party/WebKit/Source/core/css/CSSRule.idl |
diff --git a/third_party/WebKit/Source/core/css/CSSRule.idl b/third_party/WebKit/Source/core/css/CSSRule.idl |
index 23bc3a75ce63a9649be91108ec78ef7e93fb6171..155db65f33b7bba15e2df394984af3200d358b83 100644 |
--- a/third_party/WebKit/Source/core/css/CSSRule.idl |
+++ b/third_party/WebKit/Source/core/css/CSSRule.idl |
@@ -49,8 +49,4 @@ |
// CSS Device Adaptation |
// https://dev.w3.org/csswg/css-device-adapt/#css-rule-interface |
[RuntimeEnabled=CSSViewport] const unsigned short VIEWPORT_RULE = 15; |
- |
- // Non-standard APIs |
- const unsigned short WEBKIT_KEYFRAMES_RULE = 7; |
- const unsigned short WEBKIT_KEYFRAME_RULE = 8; |
}; |