Index: Source/core/css/CSSUnknownRule.idl |
diff --git a/Source/core/css/CSSUnknownRule.idl b/Source/core/css/CSSUnknownRule.idl |
index c06bfed47c75e0d7191ff56a93069ba12e6078af..3e5e93eb4ac55eef39fb533a46cf3acf4e7e7125 100644 |
--- a/Source/core/css/CSSUnknownRule.idl |
+++ b/Source/core/css/CSSUnknownRule.idl |
@@ -18,8 +18,12 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-// Introduced in DOM Level 2: |
-[ |
-] interface CSSUnknownRule : CSSRule { |
-}; |
+// The CSSUnknownRule interface was introduced in DOM Level 2 Style, but has |
+// been removed in CSSOM: |
+// http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSUnknownRule |
+// http://dev.w3.org/csswg/cssom/ |
+// |
+// TODO(philipj): Remove CSSUnknownRule. |
+interface CSSUnknownRule : CSSRule { |
+}; |