Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 2df5a9adc5a0a427bfd85722678a415a1baa9253..329f00a87e5d3154775a984ff41051e1a1e3b723 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -596,7 +596,6 @@ private: |
void updateId(const AtomicString& oldId, const AtomicString& newId); |
void updateId(TreeScope&, const AtomicString& oldId, const AtomicString& newId); |
void updateName(const AtomicString& oldName, const AtomicString& newName); |
- void updateLabel(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue); |
void scrollByUnits(int units, ScrollGranularity); |