From ca9cb53ed1119a3fd98fafa0972ffeb56dee1c24 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 8 Jul 2010 12:51:48 +0100 Subject: Merge WebKit at r62496: Initial merge by git Change-Id: Ie3da0770eca22a70a632e3571f31cfabc80facb2 --- WebCore/html/HTMLOptionElement.h | 1 - 1 file changed, 1 deletion(-) (limited to 'WebCore/html/HTMLOptionElement.h') diff --git a/WebCore/html/HTMLOptionElement.h b/WebCore/html/HTMLOptionElement.h index b82bfae..d0ff23b 100644 --- a/WebCore/html/HTMLOptionElement.h +++ b/WebCore/html/HTMLOptionElement.h @@ -70,7 +70,6 @@ public: void setDefaultSelected(bool); String label() const; - void setLabel(const String&); bool ownElementDisabled() const { return HTMLFormControlElement::disabled(); } -- cgit v1.1