зеркало из https://github.com/mozilla/pjs.git
Fix for bug #2867. Removed the questionable logic I added previously.
This commit is contained in:
Родитель
be4af13847
Коммит
d94b175987
|
@ -67,7 +67,7 @@ public:
|
||||||
nsGUIEvent* aEvent,
|
nsGUIEvent* aEvent,
|
||||||
nsEventStatus& aEventStatus);
|
nsEventStatus& aEventStatus);
|
||||||
NS_IMETHOD IsPercentageBase(PRBool& aBase) const {
|
NS_IMETHOD IsPercentageBase(PRBool& aBase) const {
|
||||||
aBase = PR_FALSE;
|
aBase = PR_TRUE;
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -67,7 +67,7 @@ public:
|
||||||
nsGUIEvent* aEvent,
|
nsGUIEvent* aEvent,
|
||||||
nsEventStatus& aEventStatus);
|
nsEventStatus& aEventStatus);
|
||||||
NS_IMETHOD IsPercentageBase(PRBool& aBase) const {
|
NS_IMETHOD IsPercentageBase(PRBool& aBase) const {
|
||||||
aBase = PR_FALSE;
|
aBase = PR_TRUE;
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче