зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1420218 - Fix copy/paste error. r=mstange
MozReview-Commit-ID: BVwciN6L8wq --HG-- extra : rebase_source : a4d4ade504ee1d4dd9778a7d1528c6b62517225a
This commit is contained in:
Родитель
56085baf52
Коммит
f3a3381969
|
@ -744,7 +744,7 @@ struct WrClipId {
|
|||
struct WrStickyId {
|
||||
uint64_t id;
|
||||
|
||||
bool operator==(const WrClipId& other) const {
|
||||
bool operator==(const WrStickyId& other) const {
|
||||
return id == other.id;
|
||||
}
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче