mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 1348236 - label nsAutoScrollTimer for nsSelection. r=heycam
MozReview-Commit-ID: pUfQwRsecx --HG-- extra : rebase_source : 1ff474affc0bfd5c8911731badc6b87815d434ff
This commit is contained in:
parent
7a35c86351
commit
e6c42c1a7b
@ -268,6 +268,8 @@ public:
|
||||
if (!mTimer) {
|
||||
nsresult result;
|
||||
mTimer = do_CreateInstance("@mozilla.org/timer;1", &result);
|
||||
mTimer->SetTarget(
|
||||
mPresContext->Document()->EventTargetFor(TaskCategory::Other));
|
||||
|
||||
if (NS_FAILED(result)) {
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user