Index: Source/core/css/CSSPathValue.h |
diff --git a/Source/core/css/CSSPathValue.h b/Source/core/css/CSSPathValue.h |
index 0fe4f518b9db776c602095e74027bb9d95dbde09..6d78b82694a5511d59b4901095552f18c3891076 100644 |
--- a/Source/core/css/CSSPathValue.h |
+++ b/Source/core/css/CSSPathValue.h |
@@ -11,8 +11,6 @@ |
namespace blink { |
-class CSSPrimitiveValue; |
- |
class CSSPathValue : public CSSValue { |
public: |
static PassRefPtrWillBeRawPtr<CSSPathValue> create(const String& pathString) |