OSDN Git Service

Merge webkit.org at R49305 : Remove stray definition of HTMLAnchorElement::isFocusable.
authorSteve Block <steveblock@google.com>
Mon, 12 Oct 2009 14:30:04 +0000 (15:30 +0100)
committerSteve Block <steveblock@google.com>
Mon, 19 Oct 2009 23:45:08 +0000 (00:45 +0100)
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

index 8274af4..f538be2 100644 (file)
@@ -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;