Index: Source/core/dom/DOMImplementation.idl |
diff --git a/Source/core/dom/DOMImplementation.idl b/Source/core/dom/DOMImplementation.idl |
index 20365f774eadf09634c0339a5a743745f60fe9b7..7f31def51b7e1cd3f6854256b1982c8fdb464c55 100644 |
--- a/Source/core/dom/DOMImplementation.idl |
+++ b/Source/core/dom/DOMImplementation.idl |
@@ -38,7 +38,7 @@ |
// DOMImplementationCSS interface from DOM Level 2 CSS |
- [MeasureAs=DOMImplementationCreateCSSStyleSheet] |
+ [DeprecateAs=DOMImplementationCreateCSSStyleSheet] |
CSSStyleSheet createCSSStyleSheet([Default=Undefined] optional DOMString title, |
[Default=Undefined] optional DOMString media); |