| Index: Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| diff --git a/Source/devtools/front_end/sources/ScopeChainSidebarPane.js b/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| index affe79cb8f8dd61ca2b6b36e7a592d0f9e5b7a4b..ed08dff16d3210efa620b1c462337fc206d9c248 100644
|
| --- a/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| +++ b/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| @@ -45,7 +45,7 @@ WebInspector.ScopeChainSidebarPane.prototype = {
|
| this.bodyElement.removeChildren();
|
|
|
| if (!callFrame) {
|
| - var infoElement = document.createElement("div");
|
| + var infoElement = createElement("div");
|
| infoElement.className = "info";
|
| infoElement.textContent = WebInspector.UIString("Not Paused");
|
| this.bodyElement.appendChild(infoElement);
|
|
|