diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-22 02:34:33 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-22 02:34:33 +0200 |
commit | 752af49b6e86d2d557f4aed740367a94b3c53fc0 (patch) | |
tree | 9eceb5634b1f9dcd4fd9fbf24c9d53a2a7bb7432 /devtools/client | |
parent | 0a744b1cfeecdd2487d9166792ac5234edc9ee6a (diff) | |
download | UXP-752af49b6e86d2d557f4aed740367a94b3c53fc0.tar UXP-752af49b6e86d2d557f4aed740367a94b3c53fc0.tar.gz UXP-752af49b6e86d2d557f4aed740367a94b3c53fc0.tar.lz UXP-752af49b6e86d2d557f4aed740367a94b3c53fc0.tar.xz UXP-752af49b6e86d2d557f4aed740367a94b3c53fc0.zip |
[DevTools] Fix warnings: "Property contained reference to invalid variable"
Issue #121
Diffstat (limited to 'devtools/client')
-rw-r--r-- | devtools/client/webconsole/webconsole.xul | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/client/webconsole/webconsole.xul b/devtools/client/webconsole/webconsole.xul index cd3e44d82..1310fb57d 100644 --- a/devtools/client/webconsole/webconsole.xul +++ b/devtools/client/webconsole/webconsole.xul @@ -7,6 +7,8 @@ %webConsoleDTD; ]> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> +<?xml-stylesheet href="resource://devtools/client/themes/common.css" + type="text/css"?> <?xml-stylesheet href="chrome://devtools/skin/widgets.css" type="text/css"?> <?xml-stylesheet href="chrome://devtools/skin/webconsole.css" |