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

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/minimum-size.html

Issue 2616403005: DevTools: Add types to all properties on SplitWidget (Closed)
Patch Set: Invalidate constraints on detach Created 3 years, 11 months 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/SplitWidget.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/components/minimum-size.html
diff --git a/third_party/WebKit/LayoutTests/inspector/components/minimum-size.html b/third_party/WebKit/LayoutTests/inspector/components/minimum-size.html
index 461fb6c592e4d922d9fd74827739e83cf9623a17..83d0499b32b2d23feee4894ea5bed601aa4b32c9 100644
--- a/third_party/WebKit/LayoutTests/inspector/components/minimum-size.html
+++ b/third_party/WebKit/LayoutTests/inspector/components/minimum-size.html
@@ -81,7 +81,7 @@ function test()
dumpBoundingBoxes(widgets);
InspectorTest.addResult("Detaching sidebar");
- childsplitWidget.setSidebarWidget(null);
+ secondSidebarWidget.detach();
delete widgets["secondSidebarWidget"];
dumpBoundingBoxes(widgets);
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/SplitWidget.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698