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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer.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-time/timeline-timer.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer.html
index 4b6370c5b69ce176f40a354d1d40dd5aa7451a71..77e0c545c0638d288c217ab98f4a04a0d8782ed3 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer.html
@@ -24,7 +24,7 @@ function performActions()
function test()
{
- WebInspector.panels.timeline._captureJSProfileSetting.set(false);
+ UI.panels.timeline._captureJSProfileSetting.set(false);
InspectorTest.invokeAsyncWithTimeline("performActions", finish);
function finish()

Powered by Google App Engine
This is Rietveld 408576698