| Index: third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp b/third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp
|
| index bd61d015edc28601138d3930d0b327b50508c1ab..16760f903d2ff55ab5dab45d7fc3a1968319f325 100644
|
| --- a/third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp
|
| @@ -486,7 +486,7 @@ void testServerTimingHeader(const char* headerValue,
|
| for (const auto& header : *results) {
|
| Vector<String> expectedResult = expectedResults[i++];
|
| EXPECT_EQ(header->metric, expectedResult[0]);
|
| - EXPECT_EQ(header->duration, expectedResult[1].ToDouble());
|
| + EXPECT_EQ(header->value, expectedResult[1].ToDouble());
|
| EXPECT_EQ(header->description, expectedResult[2]);
|
| }
|
| }
|
|
|