Index: third_party/WebKit/Source/devtools/front_end/inspector.html |
diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.html b/third_party/WebKit/Source/devtools/front_end/inspector.html |
index 0fec77e5e8ed621e2a1cd2fc2e40e8e0f215bb99..0ea847c28dc1caf1e5483114f6e334ca0d5f3163 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/inspector.html |
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.html |
@@ -7,7 +7,6 @@ |
<html> |
<head> |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
- <meta http-equiv="Content-Security-Policy" content="object-src 'none'; script-src 'self' 'unsafe-eval' https://chrome-devtools-frontend.appspot.com"> |
pfeldman
2016/05/24 23:09:31
This page operates as a web page as well, so it sh
wychen
2016/05/25 12:55:08
I see. I'll revert this file.
|
<script type="text/javascript" src="Runtime.js"></script> |
<script type="text/javascript" src="inspector.js"></script> |
</head> |