Index: Source/devtools/front_end/documentation/DocumentationURLProvider.js |
diff --git a/Source/devtools/front_end/documentation/DocumentationURLProvider.js b/Source/devtools/front_end/documentation/DocumentationURLProvider.js |
index 2387a4d3e8cf322969fbf90cc3d00fb539e09c58..a1284d746b24a4684b48f427cd0dd5058df2543a 100644 |
--- a/Source/devtools/front_end/documentation/DocumentationURLProvider.js |
+++ b/Source/devtools/front_end/documentation/DocumentationURLProvider.js |
@@ -117,7 +117,7 @@ WebInspector.DocumentationURLProvider.DocumentationSource.prototype = { |
* @type {!Array.<!WebInspector.DocumentationURLProvider.DocumentationSource>} |
*/ |
WebInspector.DocumentationURLProvider._sources = [ |
- new WebInspector.DocumentationURLProvider.DocumentationSource(window, "javascript/","Global"), |
+ new WebInspector.DocumentationURLProvider.DocumentationSource(Window.prototype, "javascript/","Global"), |
lushnikov
2014/09/08 14:08:29
why this change again?
iliia
2014/09/08 15:20:49
Done.
|
new WebInspector.DocumentationURLProvider.DocumentationSource(Node.prototype, "dom/Node/", "Node.prototype"), |
new WebInspector.DocumentationURLProvider.DocumentationSource(Node, "dom/Node/", "Node"), |
new WebInspector.DocumentationURLProvider.DocumentationSource(Object.prototype, "javascript/Object/", "Object.prototype"), |