| 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"));
|
|
|