style: Use searchfox links instead of dxr links for nsRuleNode.

Searchfox has better blame.

Differential Revision: https://phabricator.services.mozilla.com/D9375
This commit is contained in:
Emilio Cobos Álvarez 2018-10-22 11:59:09 +00:00
parent fc59165ff3
commit 0191705e87
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 5 additions and 5 deletions

View file

@ -753,8 +753,8 @@ impl ToComputedValue for KeywordSize {
// The tables in this function are originally from
// nsRuleNode::CalcFontPointSize in Gecko:
//
// https://dxr.mozilla.org/mozilla-central/rev/35fbf14b9/layout/style/nsRuleNode.cpp#3262-3336
// https://searchfox.org/mozilla-central/rev/c05d9d61188d32b8209dfe4295944c0f1e0ce621/layout/style/nsRuleNode.cpp#3150
//
// Mapping from base size and HTML size to pixels
// The first index is (base_size - 9), the second is the
// HTML size. "0" is CSS keyword xx-small, not HTML size 0,