Index: Source/core/dom/QualifiedName.h |
diff --git a/Source/core/dom/QualifiedName.h b/Source/core/dom/QualifiedName.h |
index 9476f6592de146c55657a3e307bf73e7fca17161..d1aa70b4db3a48e2c6821dbdb36c93127486ab90 100644 |
--- a/Source/core/dom/QualifiedName.h |
+++ b/Source/core/dom/QualifiedName.h |
@@ -55,11 +55,6 @@ public: |
unsigned computeHash() const; |
- bool hasOneRef() const |
- { |
- return m_isStatic || RefCounted<QualifiedNameImpl>::hasOneRef(); |
- } |
- |
void ref() |
{ |
if (m_isStatic) |