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

Unified Diff: LayoutTests/http/tests/inspector/timeline-test.js

Issue 722713002: DevTools: get rid of getters and setters in StatusBarButton. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: LayoutTests/http/tests/inspector/timeline-test.js
diff --git a/LayoutTests/http/tests/inspector/timeline-test.js b/LayoutTests/http/tests/inspector/timeline-test.js
index f603e020448f11fff6470a85dfa8aa34b6f62126..24e3e2903ae0a14302b9c37457e5044129135915 100644
--- a/LayoutTests/http/tests/inspector/timeline-test.js
+++ b/LayoutTests/http/tests/inspector/timeline-test.js
@@ -36,7 +36,7 @@ InspectorTest.timelinePropertyFormatters = {
InspectorTest.switchTimelineToWaterfallMode = function()
{
- if (WebInspector.panels.timeline._flameChartToggleButton.toggled)
+ if (WebInspector.panels.timeline._flameChartToggleButton.toggled())
WebInspector.panels.timeline._flameChartToggleButton.element.click();
}
« no previous file with comments | « LayoutTests/http/tests/inspector/search/source-frame-search.html ('k') | Source/devtools/front_end/components/Drawer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698