Index: third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp |
diff --git a/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp b/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp |
index 25c886569435136ce333cc7018bb7ad8228f08cd..646435128ddfc0819296645e7107c27c73f24e8a 100644 |
--- a/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp |
+++ b/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp |
@@ -124,7 +124,7 @@ protected: |
ASSERT_TRUE(head); |
RefPtrWillBeRawPtr<HTMLMetaElement> meta = HTMLMetaElement::create(document()); |
- meta->setAttribute(HTMLNames::nameAttr, "origin-trials"); |
+ meta->setAttribute(HTMLNames::http_equivAttr, "origin-trial"); |
AtomicString value(token); |
meta->setAttribute(HTMLNames::contentAttr, value); |
head->appendChild(meta.release()); |