Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index fb64837278900697da17f45ef294779fe910a99f..81d20f4b14fcba007d83fb206547748a45953aa3 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -121,7 +121,6 @@ public: |
// Typed getters and setters for language bindings. |
int getIntegralAttribute(const QualifiedName& attributeName) const; |
void setIntegralAttribute(const QualifiedName& attributeName, int value); |
- unsigned getUnsignedIntegralAttribute(const QualifiedName& attributeName) const; |
void setUnsignedIntegralAttribute(const QualifiedName& attributeName, unsigned value); |
double getFloatingPointAttribute(const QualifiedName& attributeName, double fallbackValue = std::numeric_limits<double>::quiet_NaN()) const; |
void setFloatingPointAttribute(const QualifiedName& attributeName, double value); |