Bug 1061060 - Fix more bad implicit constructors in parser; r=hsivonen
This commit is contained in:
@@ -46,7 +46,7 @@ class nsHtml5ExecutorReflusher : public nsRunnable
|
||||
private:
|
||||
nsRefPtr<nsHtml5TreeOpExecutor> mExecutor;
|
||||
public:
|
||||
nsHtml5ExecutorReflusher(nsHtml5TreeOpExecutor* aExecutor)
|
||||
explicit nsHtml5ExecutorReflusher(nsHtml5TreeOpExecutor* aExecutor)
|
||||
: mExecutor(aExecutor)
|
||||
{}
|
||||
NS_IMETHODIMP Run()
|
||||
@@ -305,7 +305,7 @@ class nsHtml5FlushLoopGuard
|
||||
uint32_t mStartTime;
|
||||
#endif
|
||||
public:
|
||||
nsHtml5FlushLoopGuard(nsHtml5TreeOpExecutor* aExecutor)
|
||||
explicit nsHtml5FlushLoopGuard(nsHtml5TreeOpExecutor* aExecutor)
|
||||
: mExecutor(aExecutor)
|
||||
#ifdef DEBUG_NS_HTML5_TREE_OP_EXECUTOR_FLUSH
|
||||
, mStartTime(PR_IntervalToMilliseconds(PR_IntervalNow()))
|
||||
|
||||
Reference in New Issue
Block a user