Index: third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js |
index a16eaa07595e04b68d825ea6896fa7528da0acf7..90bf74d2d432cde57327751feca6168cdffb8956 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js |
+++ b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js |
@@ -805,7 +805,7 @@ WebInspector.SecurityMainView.prototype = { |
"description": WebInspector.UIString("This site includes resources that were loaded with certificate errors.") |
})); |
} |
- }, |
+ }, |
__proto__: WebInspector.VBox.prototype |