| Index: Source/devtools/front_end/sources/Placard.js
|
| diff --git a/Source/devtools/front_end/sources/Placard.js b/Source/devtools/front_end/sources/Placard.js
|
| index bb233d2b6c7ad1c95b80ec0bf2898aef8e2469f5..9cc14ad75b7429ecfb6806fb3f30d4b6ebd7634d 100644
|
| --- a/Source/devtools/front_end/sources/Placard.js
|
| +++ b/Source/devtools/front_end/sources/Placard.js
|
| @@ -31,7 +31,7 @@
|
| */
|
| WebInspector.Placard = function(title, subtitle)
|
| {
|
| - this.element = document.createElementWithClass("div", "placard");
|
| + this.element = createElementWithClass("div", "placard");
|
| this.element.placard = this;
|
|
|
| this.subtitleElement = this.element.createChild("div", "subtitle");
|
|
|