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

Unified Diff: LayoutTests/inspector/documentation/documentation-url-provider.html

Issue 460323002: DevTools: Allow dynamic module registration only in tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « LayoutTests/inspector/documentation/document-parser.html ('k') | Source/devtools/front_end/Runtime.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/documentation/documentation-url-provider.html
diff --git a/LayoutTests/inspector/documentation/documentation-url-provider.html b/LayoutTests/inspector/documentation/documentation-url-provider.html
index b58925aaaddcc7f473f1ecaa826436bb4319a81b..085019174b93073693193d26f6f01d8e83ca9cc0 100644
--- a/LayoutTests/inspector/documentation/documentation-url-provider.html
+++ b/LayoutTests/inspector/documentation/documentation-url-provider.html
@@ -5,8 +5,7 @@
function test()
{
- runtime.registerModule("documentation");
- runtime.loadModule("documentation");
+ InspectorTest.registerModule("documentation", true);
var testCases = [
"max",
"insertBefore",
« no previous file with comments | « LayoutTests/inspector/documentation/document-parser.html ('k') | Source/devtools/front_end/Runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698