Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
index d65adbbc8cff656a735e06b89c9d7fea1e99df60..82fdd03a6867ccb969e6d20d2c75becf98804b7e 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
@@ -94,8 +94,8 @@ function test()
"samples": [ 1, 2 ]
};
profileAndExpectations.root = profileAndExpectations.head;
- WebInspector.ProfileTreeModel.prototype._assignDepthsAndParents.call(profileAndExpectations);
- WebInspector.ProfileTreeModel.prototype._calculateTotals(profileAndExpectations.head);
+ SDK.ProfileTreeModel.prototype._assignDepthsAndParents.call(profileAndExpectations);
+ SDK.ProfileTreeModel.prototype._calculateTotals(profileAndExpectations.head);
function checkExpectations(node)
{
if (Math.abs(node.selfTime - node.expectedSelfTime) > 0.0001) {

Powered by Google App Engine
This is Rietveld 408576698