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

Unified Diff: Source/devtools/front_end/ui/SoftContextMenu.js

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 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 | « Source/devtools/front_end/ui/SidebarPane.js ('k') | Source/devtools/front_end/ui/SplitView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/SoftContextMenu.js
diff --git a/Source/devtools/front_end/ui/SoftContextMenu.js b/Source/devtools/front_end/ui/SoftContextMenu.js
index ceb1bc3f34f784c391c8263aa3ec9a375ff5d4dc..3cf6f8d9cab7ebd44d34e512d0d7dbdc4184ff15 100644
--- a/Source/devtools/front_end/ui/SoftContextMenu.js
+++ b/Source/devtools/front_end/ui/SoftContextMenu.js
@@ -57,7 +57,7 @@ WebInspector.SoftContextMenu.prototype = {
// Create context menu.
this._contextMenuElement = createElementWithClass("div", "soft-context-menu");
var root = this._contextMenuElement.createShadowRoot();
- root.appendChild(WebInspector.View.createStyleElement("ui/softContextMenu.css"));
+ root.appendChild(WebInspector.Widget.createStyleElement("ui/softContextMenu.css"));
var menuElement = root.createChild("div");
this._contextMenuElement.tabIndex = 0;
this._contextMenuElement.style.top = y + "px";
« no previous file with comments | « Source/devtools/front_end/ui/SidebarPane.js ('k') | Source/devtools/front_end/ui/SplitView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698