Commit 08bb12fa authored by Tom Tromey's avatar Tom Tromey
Browse files

Bug 1399171 - remove remaining references to style editor actor; r=jryans

Remove the last remaining references to the now-removed style editor
actor.

MozReview-Commit-ID: Kl5YJ5JR4vS

--HG--
extra : rebase_source : 5db2f7a53d865ee9b4099733d3916667f257d024
parent 5701d563
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ Tools.styleEditor = {
  commands: "devtools/client/styleeditor/styleeditor-commands",

  isTargetSupported: function (target) {
    return target.hasActor("styleEditor") || target.hasActor("styleSheets");
    return target.hasActor("styleSheets");
  },

  build: function (iframeWindow, toolbox) {
+0 −5
Original line number Diff line number Diff line
@@ -493,11 +493,6 @@ var DebuggerServer = {
      constructor: "StyleSheetsActor",
      type: { tab: true }
    });
    this.registerModule("devtools/server/actors/styleeditor", {
      prefix: "styleEditor",
      constructor: "StyleEditorActor",
      type: { tab: true }
    });
    this.registerModule("devtools/server/actors/storage", {
      prefix: "storage",
      constructor: "StorageActor",