Index: core/css/CSS.idl |
diff --git a/core/css/CSS.idl b/core/css/CSS.idl |
index 36fe6dacce8566050245249f5c1bce329227202a..7e5e2e0a1210426034fecade77959f002f7e504e 100644 |
--- a/core/css/CSS.idl |
+++ b/core/css/CSS.idl |
@@ -27,11 +27,12 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://dev.w3.org/csswg/css-conditional/#the-css-interface |
+ |
[ |
- NoInterfaceObject, |
ImplementedAs=DOMWindowCSS, |
WillBeGarbageCollected |
] interface CSS { |
- boolean supports(DOMString property, DOMString value); |
- boolean supports(DOMString conditionText); |
+ static boolean supports(DOMString property, DOMString value); |
+ static boolean supports(DOMString conditionText); |
}; |