summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authormnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 23:29:30 +0000
committermnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 23:29:30 +0000
commit2584f0672ca462885db2d10be666c79b718be5a1 (patch)
tree15e1cc067b9df3b6cdc4449b7c27e5d99cd938ee /webkit
parent24d4f62c457557c780f9ae3f712f6217e5365dcd (diff)
downloadchromium_src-2584f0672ca462885db2d10be666c79b718be5a1.zip
chromium_src-2584f0672ca462885db2d10be666c79b718be5a1.tar.gz
chromium_src-2584f0672ca462885db2d10be666c79b718be5a1.tar.bz2
DevTools: now really fix TestProfilerTab (forgot to include the second file).
TBR=apavlov@chromium.org BUG=none TEST=interactive_ui_tests::TestProfilerTab Review URL: http://codereview.chromium.org/282013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/glue/devtools/js/tests.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/devtools/js/tests.js b/webkit/glue/devtools/js/tests.js
index a189529..8056842 100644
--- a/webkit/glue/devtools/js/tests.js
+++ b/webkit/glue/devtools/js/tests.js
@@ -311,8 +311,8 @@ TestSuite.prototype.testProfilerTab = function() {
this.showPanel('profiles');
var test = this;
- this.addSniffer(WebInspector, 'addProfile',
- function(profile) {
+ this.addSniffer(WebInspector, 'addProfileHeader',
+ function(type, profile) {
var panel = WebInspector.panels.profiles;
panel.showProfile(profile);
var node = panel.visibleView.profileDataGridTree.children[0];