Index: Source/devtools/front_end/devtools.html |
diff --git a/Source/devtools/front_end/devtools.html b/Source/devtools/front_end/devtools.html |
index c9bb143363b529a7fb36b32abf333e1e8da194b3..be7306408760e40dc3715f713e6d8e084b854d67 100644 |
--- a/Source/devtools/front_end/devtools.html |
+++ b/Source/devtools/front_end/devtools.html |
@@ -7,10 +7,14 @@ |
<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'"> |
+ <meta http-equiv="Content-Security-Policy" content="object-src 'none'; script-src 'self' 'unsafe-eval' 'unsafe-inline'"> |
<link rel="stylesheet" type="text/css" href="devtools.css"> |
<script type="text/javascript" src="Runtime.js"></script> |
<script type="text/javascript" src="devtools.js"></script> |
</head> |
-<body class="undocked" id="-blink-dev-tools"></body> |
+<body class="undocked" id="-blink-dev-tools"> |
+<script> |
+document.write("<iframe class='inspector-app-iframe' src='inspector.html" + window.location.search + "'></iframe>"); |
+</script> |
+</body> |
</html> |