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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/inspect-function.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/sources/inspect-function.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/inspect-function.html b/third_party/WebKit/LayoutTests/inspector/sources/inspect-function.html
index 954e14f722f083b69a84c472e550a620a0158f55..525454437f172b525d6c6aa87623d4baedcdb071 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/inspect-function.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/inspect-function.html
@@ -6,7 +6,7 @@
function test()
{
var revealed = 0;
- InspectorTest.addSniffer(WebInspector.SourcesView.prototype, "showSourceLocation", didReveal, true);
+ InspectorTest.addSniffer(Sources.SourcesView.prototype, "showSourceLocation", didReveal, true);
InspectorTest.evaluateInConsole("function foo() { }; inspect(foo.bind());inspect(foo);");
function didReveal(uiSourceCode, lineNumber, columnNumber)

Powered by Google App Engine
This is Rietveld 408576698