Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / sources / CallStackSidebarPane.js
index 9189665..daa5d04 100644 (file)
@@ -85,7 +85,7 @@ WebInspector.CallStackSidebarPane.prototype = {
         if (topStackHidden)
             this._revealHiddenPlacards();
         if (this._hiddenPlacards) {
-            var element = document.createElementWithClass("div", "hidden-placards-message");
+            var element = createElementWithClass("div", "hidden-placards-message");
             if (this._hiddenPlacards === 1)
                 element.textContent = WebInspector.UIString("1 stack frame is hidden (black-boxed).");
             else