Bug 1058898 - Enable profiler tests for e10s, r=ejpbruel

This commit is contained in:
Victor Porof 2014-11-05 16:52:44 -05:00
parent abfdcdc51f
commit 1d6a2c8f5f
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
[DEFAULT]
skip-if = e10s # Bug 1058898
subsuite = devtools
support-files =
doc_simple-test.html

View File

@ -74,7 +74,7 @@ function* initFrontend(url, id = "jsprofiler") {
let tab = yield addTab(url);
let target = TargetFactory.forTab(tab);
let debuggee = target.window.wrappedJSObject;
let debuggee = tab.linkedBrowser.contentWindow.wrappedJSObject;
yield target.makeRemote();