diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 23:54:50 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 23:54:50 +0000 |
commit | 9107ee1e8199548442367104f402f64b6ec756b4 (patch) | |
tree | c1c2ceaa86060ae2258398c3f6f3517b966a512c /chrome | |
parent | 77e45a46e337964ff096759f2bf41f63193475b3 (diff) | |
download | chromium_src-9107ee1e8199548442367104f402f64b6ec756b4.zip chromium_src-9107ee1e8199548442367104f402f64b6ec756b4.tar.gz chromium_src-9107ee1e8199548442367104f402f64b6ec756b4.tar.bz2 |
Fix a breakage to about:profiler from r110207. This change was actually part of my original codereview that was approved, but I lost it while synching my svn client :(
TBR=jar@chromium.org
Review URL: http://codereview.chromium.org/8520029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110212 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/profiler.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/profiler.html b/chrome/browser/resources/profiler.html index 29a999f..61e1da3 100644 --- a/chrome/browser/resources/profiler.html +++ b/chrome/browser/resources/profiler.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"> -<script src="tracking.js"></script> +<script src="profiler.js"></script> <script src="chrome://resources/js/util.js"></script> <style> |