From e8b154fd68f9b33be40a3590e58347f353835f5c Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 27 Aug 2010 11:02:25 +0100 Subject: Merge WebKit at r66079 : Initial merge by git Change-Id: Ie2e1440fb9d487d24e52c247342c076fecaecac7 --- WebCore/html/HTMLAudioElement.h | 1 - 1 file changed, 1 deletion(-) (limited to 'WebCore/html/HTMLAudioElement.h') diff --git a/WebCore/html/HTMLAudioElement.h b/WebCore/html/HTMLAudioElement.h index e453486..a12cd4b 100644 --- a/WebCore/html/HTMLAudioElement.h +++ b/WebCore/html/HTMLAudioElement.h @@ -43,7 +43,6 @@ private: HTMLAudioElement(const QualifiedName&, Document*); virtual bool isVideo() const { return false; } - virtual int tagPriority() const { return 5; } }; } //namespace -- cgit v1.1