Make Devtools function without WebExtensions

This commit is contained in:
NTD 2018-02-11 06:57:08 -05:00 committed by Roy Tam
commit 0bb0cadab7
2 changed files with 8 additions and 1 deletions

View file

@ -61,9 +61,12 @@ DevToolsModules(
'stylesheets.js',
'timeline.js',
'webaudio.js',
'webbrowser.js',
'webconsole.js',
'webextension.js',
'webgl.js',
'worker.js',
)
FINAL_TARGET_PP_FILES.chrome.devtools.modules.devtools.server.actors += [
'webbrowser.js',
]