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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value.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/console/console-edit-property-value.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value.html b/third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value.html
index d096dc5c2a3072bc2fc1955b8741116d231ee0a6..b6688043b27d7b0fbb1a23ac68b25f29b49d7074 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value.html
@@ -48,7 +48,7 @@ var test = function()
function getValueElements()
{
- var messageElement = WebInspector.ConsoleView.instance()._visibleViewMessages[1].element();
+ var messageElement = Console.ConsoleView.instance()._visibleViewMessages[1].element();
return messageElement.querySelectorAll("::shadow .value");
}
@@ -60,7 +60,7 @@ var test = function()
InspectorTest.addResult("Node was hidden after dblclick: " + node.classList.contains("hidden"));
- var messageElement = WebInspector.ConsoleView.instance()._visibleViewMessages[1].element();
+ var messageElement = Console.ConsoleView.instance()._visibleViewMessages[1].element();
var editPrompt = messageElement.querySelector("::shadow .text-prompt");
editPrompt.textContent = text;
editPrompt.dispatchEvent(InspectorTest.createKeyEvent("Enter"));

Powered by Google App Engine
This is Rietveld 408576698