Index: third_party/WebKit/Source/core/timing/PerformanceTest.cpp |
diff --git a/third_party/WebKit/Source/core/timing/PerformanceTest.cpp b/third_party/WebKit/Source/core/timing/PerformanceTest.cpp |
index 9d6d960ac23c91a360ec1f8193a7bc8074abd345..893b97eca915f68ca2aae5032a52e837bbb128e7 100644 |
--- a/third_party/WebKit/Source/core/timing/PerformanceTest.cpp |
+++ b/third_party/WebKit/Source/core/timing/PerformanceTest.cpp |
@@ -81,8 +81,7 @@ TEST_F(PerformanceTest, SanitizedLongTaskName) { |
EXPECT_EQ("unknown", sanitizedAttribution(nullptr, false, frame())); |
// Attribute for same context (and same origin). |
- EXPECT_EQ("same-origin-self", |
- sanitizedAttribution(document(), false, frame())); |
+ EXPECT_EQ("self", sanitizedAttribution(document(), false, frame())); |
// Unable to attribute, when multiple script execution contents are involved. |
EXPECT_EQ("multiple-contexts", |