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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.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/tracing/timeline-js/timeline-script-tag-1.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html
index 931afd5e2f920944e204d6a2e7f2c41e7b8c8785..5a0259f49a75ea9cfcdc91e099db33fc33b44404 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html
@@ -13,7 +13,7 @@ function performActions()
function test()
{
- WebInspector.panels.timeline._captureJSProfileSetting.set(false);
+ UI.panels.timeline._captureJSProfileSetting.set(false);
InspectorTest.startTimeline(step1);
function step1()
{
@@ -30,7 +30,7 @@ function test()
{
function format(record)
{
- if (record.type() === WebInspector.TimelineModel.RecordType.EvaluateScript) {
+ if (record.type() === TimelineModel.TimelineModel.RecordType.EvaluateScript) {
InspectorTest.dumpTimelineRecord(record, undefined, undefined, [
"TimeStamp",
]);

Powered by Google App Engine
This is Rietveld 408576698