Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251603
Collapse All | Expand All

(-)a/toolkit/components/url-classifier/src/nsUrlClassifierDBService.cpp (-1 / +3 lines)
Lines 332-338 public: Link Here
332
            (mHaveComplete && mCompleteHash < entry.mCompleteHash));
332
            (mHaveComplete && mCompleteHash < entry.mCompleteHash));
333
  }
333
  }
334
334
335
  PRInt64 mId;
335
  char __dummy_to_make_mid_aligned[4];
336
337
  PRInt64 mId __attribute__ ((packed));
336
338
337
  nsUrlClassifierDomainHash mKey;
339
  nsUrlClassifierDomainHash mKey;
338
340

Return to bug 251603