Bug 497567 browser.dom.window.dump.enabled is boolean r=rcampbell

This commit is contained in:
Ginn Chen 2009-06-18 19:15:17 +08:00
Родитель 12a1c550e6
Коммит 2fb756543c
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,7 @@
# Startup performance test. Time how fast it takes the browser
# to start up. Some help from John Morrison to get this going.
#
# Needs user_pref("browser.dom.window.dump.enabled", 1);
# Needs user_pref("browser.dom.window.dump.enabled", true);
# (or CPPFLAGS=-DMOZ_ENABLE_JS_DUMP in mozconfig since we
# don't have profiles for tbox right now.)
#

Просмотреть файл

@ -16,7 +16,7 @@
#
# For optimized builds, startup-test.html will also dump
# the time out to stdout if you set:
# user_pref("browser.dom.window.dump.enabled", 1);
# user_pref("browser.dom.window.dump.enabled", true);
#
require 5.003;