summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/Section.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/Section.js')
-rw-r--r--Source/WebCore/inspector/front-end/Section.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/inspector/front-end/Section.js b/Source/WebCore/inspector/front-end/Section.js
index 007096491..ef7f1ee52 100644
--- a/Source/WebCore/inspector/front-end/Section.js
+++ b/Source/WebCore/inspector/front-end/Section.js
@@ -29,6 +29,7 @@
/**
* @constructor
+ * @param {string|Element} title
* @param {string=} subtitle
*/
WebInspector.Section = function(title, subtitle)