Bug 1308257 - Part 1: Move ReflowActor to reflow.js r=pbro

This commit is contained in:
Gabriel Luong
2016-11-01 11:51:58 +09:00
parent ff56814436
commit b8da371ddc
11 changed files with 12 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
const { Ci, Cc } = require("chrome");
const nodeFilterConstants = require("devtools/shared/dom-node-filter-constants");
loader.lazyRequireGetter(this, "setIgnoreLayoutChanges", "devtools/server/actors/layout", true);
loader.lazyRequireGetter(this, "setIgnoreLayoutChanges", "devtools/server/actors/reflow", true);
exports.setIgnoreLayoutChanges = (...args) =>
this.setIgnoreLayoutChanges(...args);