diff options
Diffstat (limited to 'components/script/dom/cssstylevalue.rs')
-rw-r--r-- | components/script/dom/cssstylevalue.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/components/script/dom/cssstylevalue.rs b/components/script/dom/cssstylevalue.rs index a498ff7b59d..30d2e75b34b 100644 --- a/components/script/dom/cssstylevalue.rs +++ b/components/script/dom/cssstylevalue.rs @@ -38,14 +38,6 @@ impl CSSStyleValueMethods for CSSStyleValue { fn Stringifier(&self) -> DOMString { DOMString::from(&*self.value) } - - /// This attribute is no longer part of the `CSSStyleValue` interface, - /// but is still used in some examples. - /// https://github.com/GoogleChrome/houdini-samples/issues/16 - // check-tidy: no specs after this line - fn CssText(&self) -> DOMString { - self.Stringifier() - } } impl CSSStyleValue { |