Backed out changeset 80d85e3fdf41 (bug 1046573) for bustage.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2014-08-05 13:58:50 -04:00
parent feeff9296c
commit b11ac7d582

View File

@ -362,12 +362,6 @@ nsFrameSelection::nsFrameSelection()
//alwaysoverrides these values.
mDelayedMouseEventIsShift = false;
mDelayedMouseEventClickCount = 0;
nsCOMPtr<nsIObserverService> observerService =
mozilla::services::GetObserverService();
if (observerService) {
observerService->NotifyObservers(this, "selection-object-created", nullptr);
}
}