mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset da0d9bc38cad
This commit is contained in:
parent
c9d08ded04
commit
e9edba93dd
@ -1579,7 +1579,7 @@ public:
|
||||
void WarnOnceAbout(DeprecatedOperations aOperation);
|
||||
|
||||
private:
|
||||
PRUint64 mWarnedAbout;
|
||||
PRUint32 mWarnedAbout;
|
||||
|
||||
protected:
|
||||
~nsIDocument()
|
||||
|
@ -8156,7 +8156,7 @@ static const char* kWarnings[] = {
|
||||
void
|
||||
nsIDocument::WarnOnceAbout(DeprecatedOperations aOperation)
|
||||
{
|
||||
PR_STATIC_ASSERT(eDeprecatedOperationCount <= 64);
|
||||
PR_STATIC_ASSERT(eDeprecatedOperationCount <= 32);
|
||||
if (mWarnedAbout & (1 << aOperation)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user