Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / ui / Checkbox.js
index 07a9fd7..064e306 100644 (file)
@@ -31,7 +31,7 @@
  */
 WebInspector.Checkbox = function(label, className, tooltip)
 {
-    this.element = document.createElementWithClass("label", className);
+    this.element = createElementWithClass("label", className);
     this._inputElement = this.element.createChild("input");
     this._inputElement.type = "checkbox";
     this.element.createTextChild(label);