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

Unified Diff: LayoutTests/inspector-protocol/runtime/runtime-getProperties.html

Issue 1141553003: DevTools: make getInternalProperties work when Debugger is not enabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed failing test Created 5 years, 7 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 | « no previous file | Source/bindings/core/v8/DebuggerScript.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector-protocol/runtime/runtime-getProperties.html
diff --git a/LayoutTests/inspector-protocol/runtime/runtime-getProperties.html b/LayoutTests/inspector-protocol/runtime/runtime-getProperties.html
index 52669519cd851b68dd52efd96a5c275ec015ede1..461e296d590f8a3257b99b37930a3257c6d4677e 100644
--- a/LayoutTests/inspector-protocol/runtime/runtime-getProperties.html
+++ b/LayoutTests/inspector-protocol/runtime/runtime-getProperties.html
@@ -57,16 +57,10 @@ function test()
}
}
- var firstStep = { callback: callbackEnableDebugger };
+ var firstStep = { callback: callbackStart5 };
runRequestSeries(firstStep);
- function callbackEnableDebugger()
- {
- // FIXME: make Runtime.getInternalProperties not depend on debugger (crbug.com/481845).
- return { command: "Debugger.enable", callback: callbackStart5 };
- }
-
// 'Object5' section -- check properties of '5' wrapped as object (has an internal property).
function callbackStart5()
« no previous file with comments | « no previous file | Source/bindings/core/v8/DebuggerScript.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698