Bug 537157: Explicitly prevent SMIL animations inside of XBL bindings from running. Also, make nsSMILCSSProperty directly create a computed style object, instead of using nsPIDOMWindow helper method. r=smaug sr=roc

This commit is contained in:
Daniel Holbert
2010-01-06 09:20:50 -08:00
parent 80dc653ca0
commit 2c5e06ef99
9 changed files with 41 additions and 49 deletions

View File

@@ -83,7 +83,6 @@ protected:
// mChannel is also cancelled. Note that if this member is true, mChannel
// cannot be null.
PRPackedBool mChannelIsPending;
PRPackedBool mLoadedAsInteractiveData;
PRPackedBool mAsync;
PRPackedBool mLoopingForSyncLoad;
};