Bug 1272724 - Move nodeSpec into its own file;r=ejpbruel

This commit is contained in:
Eddy Bruel
2016-06-02 17:46:11 +02:00
parent 037e160b4a
commit e347d80f46
4 changed files with 70 additions and 57 deletions

View File

@@ -10,11 +10,9 @@ const {
generateActorSpec,
types
} = require("devtools/shared/protocol");
require("devtools/shared/specs/node");
require("devtools/shared/specs/stylesheets");
// Predeclare the domnode actor type for use in requests.
types.addActorType("domnode");
// Predeclare the domstylerule actor type
types.addActorType("domstylerule");