Index: Source/core/dom/DOMImplementation.idl |
diff --git a/Source/core/dom/DOMImplementation.idl b/Source/core/dom/DOMImplementation.idl |
index 7630c5e5fbd267d3c1e1ab8ee8a1d28d5b8812ca..b92c9dc0ca9f258b46edb933e7a3c3d52495fe23 100644 |
--- a/Source/core/dom/DOMImplementation.idl |
+++ b/Source/core/dom/DOMImplementation.idl |
@@ -37,7 +37,6 @@ |
// DOMImplementationCSS interface from DOM Level 2 CSS |
- [MeasureAs=DOMImplementationCreateCSSStyleSheet] |
philipj_slow
2014/01/16 11:24:22
This doesn't make sense, if the use counter suppor
|
CSSStyleSheet createCSSStyleSheet([Default=Undefined] optional DOMString title, |
[Default=Undefined] optional DOMString media); |