summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/css/cssom/StyleValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/core/css/cssom/StyleValue.h')
-rw-r--r--third_party/WebKit/Source/core/css/cssom/StyleValue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/core/css/cssom/StyleValue.h b/third_party/WebKit/Source/core/css/cssom/StyleValue.h
index 9f90924..726518b 100644
--- a/third_party/WebKit/Source/core/css/cssom/StyleValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/StyleValue.h
@@ -27,7 +27,6 @@ public:
virtual StyleValueType type() const = 0;
- static StyleValue* create(const CSSValue&);
static ScriptValue parse(ScriptState*, const String& property, const String& cssText);
virtual PassRefPtrWillBeRawPtr<CSSValue> toCSSValue() const = 0;