Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / ui / DropDownMenu.js
index 129cb75..285dd24 100644 (file)
@@ -8,7 +8,7 @@
  */
 WebInspector.DropDownMenu = function()
 {
-    this.element = document.createElementWithClass("select", "drop-down-menu");
+    this.element = createElementWithClass("select", "drop-down-menu");
     this.element.addEventListener("mousedown", this._onBeforeMouseDown.bind(this), true);
     this.element.addEventListener("mousedown", consumeEvent, false);
     this.element.addEventListener("change", this._onChange.bind(this), false);