Bug 606109 - Define the loop atom unconditionally so that we can use them in the sanitizing fragment sink even if MOZ_MEDIA is disabled; r=smaug a=bsmedberg

--HG--
extra : rebase_source : 65eddae5a683708f45a639c6c46e65ea0aa04b38
This commit is contained in:
Ehsan Akhgari 2010-11-10 22:48:43 -05:00
parent ba635a0e69
commit 54cb96a324

View File

@ -258,9 +258,7 @@ GK_ATOM(count, "count")
GK_ATOM(crop, "crop")
GK_ATOM(curpos, "curpos")
GK_ATOM(current, "current")
#ifdef MOZ_MEDIA
GK_ATOM(currentloop, "currentloop")
#endif
GK_ATOM(cycler, "cycler")
GK_ATOM(data, "data")
GK_ATOM(datalist, "datalist")