Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / profiler / ProfileLauncherView.js
index 98a8094..ad7915b 100644 (file)
@@ -188,7 +188,7 @@ WebInspector.MultiProfileLauncherView.prototype = {
     {
         var labelElement = this._profileTypeSelectorForm.createChild("label");
         labelElement.textContent = profileType.name;
-        var optionElement = document.createElement("input");
+        var optionElement = createElement("input");
         labelElement.insertBefore(optionElement, labelElement.firstChild);
         this._typeIdToOptionElement[profileType.id] = optionElement;
         optionElement._profileType = profileType;