Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
This commit is contained in:
@@ -108,7 +108,7 @@ For more details @see bugzilla bug 76722
|
||||
*/
|
||||
|
||||
|
||||
class nsParserContinueEvent : public nsRunnable
|
||||
class nsParserContinueEvent : public Runnable
|
||||
{
|
||||
public:
|
||||
RefPtr<nsParser> mParser;
|
||||
|
||||
Reference in New Issue
Block a user