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

Unified Diff: Source/devtools/front_end/documentation/DocumentationURLProvider.js

Issue 539353004: DevTools: [Documentation] Update parser for WikiText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add method secondToken() Created 6 years, 3 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
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"),

Powered by Google App Engine
This is Rietveld 408576698