Bug 1561435 - Reposition comments in gfx/, r=kats

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D36025

--HG--
extra : source : 5916248cb30fcc3043885cac46672e1ac4233c6e
extra : intermediate-source : 90a97d97e45bdd105317ef4db9540d97dfa15ac1
This commit is contained in:
Victor Porof 2019-06-26 16:02:07 +02:00
parent 85064fe4c3
commit e974a88416

View File

@ -163,8 +163,8 @@ function buildApzcTree(paint) {
// Given an APZC tree produced by buildApzcTree, return the RCD node in
// the tree, or null if there was none.
function findRcdNode(apzcTree) {
// isRootContent will be undefined or "1"
if (apzcTree.isRootContent) {
// isRootContent will be undefined or "1"
return apzcTree;
}
for (var i = 0; i < apzcTree.children.length; i++) {
@ -293,8 +293,8 @@ function runSubtestsSeriallyInFreshWindows(aSubtests) {
var test = aSubtests[testIndex];
if (w) {
// Run any cleanup functions registered in the subtest
// Guard against the subtest not loading apz_test_utils.js
if (w.ApzCleanup) {
// guard against the subtest not loading apz_test_utils.js
w.ApzCleanup.execute();
}
if (typeof test.dp_suppression != "undefined") {