Bug 1113086 follow-up: Add a forward declaration to fix build bustage

This commit is contained in:
Ehsan Akhgari 2015-07-10 20:49:32 -04:00
parent f59934329a
commit 988febd399

View File

@ -20,6 +20,8 @@
namespace mozilla {
namespace dom {
class Animation;
class AnimationTimeline
: public nsISupports
, public nsWrapperCache