diff options
author | Steve Block <steveblock@google.com> | 2009-10-12 15:30:04 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-10-20 00:45:08 +0100 |
commit | 3fc3c9665962d7fc405432fd04e5851516dd4cbe (patch) | |
tree | 7dfdbf413cf04c2925e54824871417b0784901c0 /WebCore/html | |
parent | 8c23138040b78914b1f9e2c4ea9a7765c258ec65 (diff) | |
download | external_webkit-3fc3c9665962d7fc405432fd04e5851516dd4cbe.zip external_webkit-3fc3c9665962d7fc405432fd04e5851516dd4cbe.tar.gz external_webkit-3fc3c9665962d7fc405432fd04e5851516dd4cbe.tar.bz2 |
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
Diffstat (limited to 'WebCore/html')
-rw-r--r-- | WebCore/html/HTMLAnchorElement.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |