diff options
author | Steve Block <steveblock@google.com> | 2010-01-27 14:43:07 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-01-27 14:48:35 +0000 |
commit | 5a616bf5655ac37a20698d628919ab967ea4b18e (patch) | |
tree | c13410078623b0690a3ddb979651f50c29890409 /WebCore/dom | |
parent | 40481f94ef766dc54c4f24e2018f021e5ecc2dbc (diff) | |
download | external_webkit-5a616bf5655ac37a20698d628919ab967ea4b18e.zip external_webkit-5a616bf5655ac37a20698d628919ab967ea4b18e.tar.gz external_webkit-5a616bf5655ac37a20698d628919ab967ea4b18e.tar.bz2 |
Update Android to reflect final version submitted to webkit.org for touch events.
See https://android-git.corp.google.com/g/#change,37040
http://trac.webkit.org/changeset/51981 and
http://trac.webkit.org/changeset/53548
Change-Id: Ide43a0425cff940bfd07022d8e9bb72e3d12ce96
Diffstat (limited to 'WebCore/dom')
-rw-r--r-- | WebCore/dom/Element.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/dom/Element.h b/WebCore/dom/Element.h index ce25d70..bc9a7d7 100644 --- a/WebCore/dom/Element.h +++ b/WebCore/dom/Element.h @@ -94,6 +94,7 @@ public: DEFINE_ATTRIBUTE_EVENT_LISTENER(touchend); DEFINE_ATTRIBUTE_EVENT_LISTENER(touchcancel); #endif + const AtomicString& getIDAttribute() const; bool hasAttribute(const QualifiedName&) const; const AtomicString& getAttribute(const QualifiedName&) const; |