author | Bobby Holley <bobbyholley@gmail.com> |
Wed, 05 Sep 2012 11:32:07 -0700 | |
changeset 104322 | a0e42f6c2359806d247c4411569053c013a0439e |
parent 104321 | 3ae9e26467f69bd88195d3b28ae7a3632c33e5ae |
child 104323 | 569dc0ef24b20a898102d1212346fc8d6d32709c |
push id | 23417 |
push user | ryanvm@gmail.com |
push date | Thu, 06 Sep 2012 02:27:31 +0000 |
treeherder | mozilla-central@501f4e46a88c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bent |
bugs | 774633 |
milestone | 18.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/widget/tests/TestAppShellSteadyState.cpp +++ b/widget/tests/TestAppShellSteadyState.cpp @@ -394,17 +394,17 @@ Test4Internal(nsIAppShell* aAppShell) nsCOMPtr<nsIAppShellService> appService = do_GetService(NS_APPSHELLSERVICE_CONTRACTID); if (!appService) { fail("Failed to get appshell service!"); return false; } nsCOMPtr<nsIURI> uri; - if (NS_FAILED(NS_NewURI(getter_AddRefs(uri), "about:blank", NULL))) { + if (NS_FAILED(NS_NewURI(getter_AddRefs(uri), "about:", NULL))) { fail("Failed to create new uri"); return false; } uint32_t flags = nsIWebBrowserChrome::CHROME_DEFAULT; nsCOMPtr<nsIXULWindow> xulWindow; if (NS_FAILED(appService->CreateTopLevelWindow(NULL, uri, flags, 100, 100,