summaryrefslogtreecommitdiffstats
path: root/WebCore/css/StyleBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/StyleBase.h')
-rw-r--r--WebCore/css/StyleBase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/css/StyleBase.h b/WebCore/css/StyleBase.h
index a53b2c5..94efa01 100644
--- a/WebCore/css/StyleBase.h
+++ b/WebCore/css/StyleBase.h
@@ -53,7 +53,6 @@ namespace WebCore {
virtual bool isKeyframeRule() { return false; }
virtual bool isKeyframesRule() { return false; }
virtual bool isMediaRule() { return false; }
- virtual bool isVariablesRule() { return false; }
virtual bool isPageRule() { return false; }
virtual bool isRule() { return false; }