diff options
Diffstat (limited to 'content/test/layouttest_support.cc')
-rw-r--r-- | content/test/layouttest_support.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc index 6bbbea9..f8d9a3a 100644 --- a/content/test/layouttest_support.cc +++ b/content/test/layouttest_support.cc @@ -197,8 +197,7 @@ std::string DumpHistoryItem(HistoryEntry::HistoryNode* node, result.append(indent, ' '); } - std::string url = - WebTestRunner::normalizeLayoutTestURL(item.urlString().utf8()); + std::string url = normalizeLayoutTestURL(item.urlString().utf8()); result.append(url); if (!item.target().isEmpty()) { result.append(" (in frame \""); |