From 3fc3c9665962d7fc405432fd04e5851516dd4cbe Mon Sep 17 00:00:00 2001 From: Steve Block Date: Mon, 12 Oct 2009 15:30:04 +0100 Subject: Merge webkit.org at R49305 : Remove stray definition of HTMLAnchorElement::isFocusable. This method has been removed in the new version of WebKit. However, the automatic merge did not remove the definition as it had been moved within Android's HTMLAnchorElement.h to make it public rather than private. Change-Id: I5956ba997d78dfa75729aa2836dc8d579b3eacb3 --- WebCore/html/HTMLAnchorElement.h | 1 - 1 file changed, 1 deletion(-) (limited to 'WebCore/html') diff --git a/WebCore/html/HTMLAnchorElement.h b/WebCore/html/HTMLAnchorElement.h index 8274af4..f538be2 100644 --- a/WebCore/html/HTMLAnchorElement.h +++ b/WebCore/html/HTMLAnchorElement.h @@ -41,7 +41,6 @@ public: String hash() const; String host() const; String hostname() const; - virtual bool isFocusable() const; String pathname() const; String port() const; String protocol() const; -- cgit v1.1