Index: third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h |
diff --git a/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h b/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h |
index e2dfad65f2107251ac0cd499d5aecd880db0268a..9fcbce718a489e0cfe62df858f7c3eafc566df35 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h |
+++ b/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h |
@@ -31,8 +31,6 @@ public: |
bool has(const String& propertyName, ExceptionState&); |
virtual StyleValueVector getAll(CSSPropertyID) = 0; |
- virtual bool has(CSSPropertyID) = 0; |
- |
virtual Vector<String> getProperties() = 0; |
// Modifiers. |