summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/Section.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/Section.js')
-rw-r--r--WebCore/inspector/front-end/Section.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/inspector/front-end/Section.js b/WebCore/inspector/front-end/Section.js
index 394f86d..7710192 100644
--- a/WebCore/inspector/front-end/Section.js
+++ b/WebCore/inspector/front-end/Section.js
@@ -31,6 +31,7 @@ WebInspector.Section = function(title, subtitle)
{
this.element = document.createElement("div");
this.element.className = "section";
+ this.element.sectionForTest = this;
this.headerElement = document.createElement("div");
this.headerElement.className = "header";