Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / ExtensionView.js
index a3b4093..814e660 100644 (file)
@@ -38,7 +38,7 @@
 WebInspector.ExtensionView = function(id, src, className)
 {
     WebInspector.View.call(this);
-    this.element.classList.add("extension-view");
+    this.element.className = "extension-view fill" // Override flex;
 
     this._id = id;
     this._iframe = document.createElement("iframe");