mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1276152 - Ignore differences in the pos property when validating bookmark separators. r=markh
MozReview-Commit-ID: KJLAI3FAh9j --HG-- extra : transplant_source : %2B%D9X%D8%D1%A8%EA%C6%EB%AA%0Bc%E3%1Et%2BN%C2%E3%2A
This commit is contained in:
parent
56fbb04f24
commit
56b8130f97
@ -522,11 +522,6 @@ class BookmarkValidator {
|
||||
differences.push('bmkUri');
|
||||
}
|
||||
break;
|
||||
case 'separator':
|
||||
if (server.pos !== client.pos) {
|
||||
differences.push('pos');
|
||||
}
|
||||
break;
|
||||
case "livemark":
|
||||
if (server.feedUri != client.feedUri) {
|
||||
differences.push("feedUri");
|
||||
|
Loading…
Reference in New Issue
Block a user