| 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 ef186159bdd18b9b5776b85881a028b27d88ed36..25c886569435136ce333cc7018bb7ad8228f08cd 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, "api-experiments");
|
| + meta->setAttribute(HTMLNames::nameAttr, "origin-trials");
|
| AtomicString value(token);
|
| meta->setAttribute(HTMLNames::contentAttr, value);
|
| head->appendChild(meta.release());
|
|
|