diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 23:45:03 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 23:45:03 +0000 |
commit | e22ddddb19c659dce909396cb2320979cbedc5d2 (patch) | |
tree | fbd2dbc1ceb0747dba2061ea89d96f1ce6a42149 /chrome/browser/resources/ntp/most_visited.js | |
parent | 04d6d58fec6d747bfe5e09b5b2dbaf6e48bb747c (diff) | |
download | chromium_src-e22ddddb19c659dce909396cb2320979cbedc5d2.zip chromium_src-e22ddddb19c659dce909396cb2320979cbedc5d2.tar.gz chromium_src-e22ddddb19c659dce909396cb2320979cbedc5d2.tar.bz2 |
Remove JS emulation of HTMLElement classList now that WebKit supports it natively.
BUG=None
TEST=NTP, Bookmarks manager, settings should all continue to work.
Review URL: http://codereview.chromium.org/3521015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61586 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/ntp/most_visited.js')
-rw-r--r-- | chrome/browser/resources/ntp/most_visited.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/resources/ntp/most_visited.js b/chrome/browser/resources/ntp/most_visited.js index 72557ac..1f8b740 100644 --- a/chrome/browser/resources/ntp/most_visited.js +++ b/chrome/browser/resources/ntp/most_visited.js @@ -3,7 +3,6 @@ // found in the LICENSE file. // Dependencies that we should remove/formalize: -// ../shared/js/class_list.js // util.js // // afterTransition |