Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1274)

Unified Diff: Source/devtools/front_end/inspector.html

Issue 267363011: Build fix after r173654 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspector.html
diff --git a/Source/devtools/front_end/inspector.html b/Source/devtools/front_end/inspector.html
index 1976d1ddf750df1f15d188d33feb9a4e14c78ecc..04264d09f60bb5d70306057ce37d4fddf6520551 100644
--- a/Source/devtools/front_end/inspector.html
+++ b/Source/devtools/front_end/inspector.html
@@ -183,7 +183,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<script type="text/javascript" src="sdk/CPUProfilerModel.js"></script>
<script type="text/javascript" src="components/PieChart.js"></script>
<script type="text/javascript" src="ui/DockController.js"></script>
- <script type="text/javascript" src="sdk/TracingModel.js"></script>
+ <script type="text/javascript" src="timeline/TracingModel.js"></script>
<script type="text/javascript" src="sdk/PaintProfiler.js"></script>
<script type="text/javascript" src="components/FlameChart.js"></script>
<script type="text/javascript" src="components/ExtensionServerProxy.js"></script>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698