commit | 009bae7c14ede38a794394acbfcc0f1469b4682b | [log] [tgz] |
---|---|---|
author | dbates@webkit.org <dbates@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue Apr 12 01:38:04 2011 +0000 |
committer | dbates@webkit.org <dbates@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue Apr 12 01:38:04 2011 +0000 |
tree | 1b5de9b58b0ec9b83592b152ac3eed18337b77d2 | |
parent | f061d9247f9a79840d336b964b4111822718bf0f [diff] [blame] |
2011-04-11 Daniel Bates <dbates@rim.com> Attempt to fix the GTK build after changeset 83527 <http://trac.webkit.org/changeset/83527> (https://bugs.webkit.org/show_bug.cgi?id=53556). * GNUmakefile.list.am: Append files HTMLTrackElement.{h, cpp} to the list webcore_sources. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@83549 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/GNUmakefile.list.am b/Source/WebCore/GNUmakefile.list.am index 102a6ae..9fbb121 100644 --- a/Source/WebCore/GNUmakefile.list.am +++ b/Source/WebCore/GNUmakefile.list.am
@@ -1766,6 +1766,8 @@ Source/WebCore/html/HTMLTextAreaElement.h \ Source/WebCore/html/HTMLTitleElement.cpp \ Source/WebCore/html/HTMLTitleElement.h \ + Source/WebCore/html/HTMLTrackElement.cpp \ + Source/WebCore/html/HTMLTrackElement.h \ Source/WebCore/html/HTMLUListElement.cpp \ Source/WebCore/html/HTMLUListElement.h \ Source/WebCore/html/HTMLVideoElement.cpp \