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/local-object.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/local-object.html
diff --git a/third_party/WebKit/LayoutTests/inspector/local-object.html b/third_party/WebKit/LayoutTests/inspector/local-object.html
index 265f6285c356a28487079a817f53c4e010431d04..403d8134b471c42159beb300ca2eea67913fd239 100644
--- a/third_party/WebKit/LayoutTests/inspector/local-object.html
+++ b/third_party/WebKit/LayoutTests/inspector/local-object.html
@@ -6,7 +6,7 @@
function test()
{
var object = [6, 28, 496];
- var localObject = WebInspector.RemoteObject.fromLocalObject(object);
+ var localObject = SDK.RemoteObject.fromLocalObject(object);
function getItem(index)
{

Powered by Google App Engine
This is Rietveld 408576698