| Index: third_party/WebKit/Source/core/css/StyleSheetContentsTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StyleSheetContentsTest.cpp b/third_party/WebKit/Source/core/css/StyleSheetContentsTest.cpp
|
| index cd7431102f894e01ee80d2308ba2670f3f1d66c2..e3d768b9064a2d398ffc1044ef9a0c9a36026e47 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheetContentsTest.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheetContentsTest.cpp
|
| @@ -14,7 +14,7 @@ TEST(StyleSheetContentsTest, InsertMediaRule)
|
| {
|
| CSSParserContext context(HTMLStandardMode, nullptr);
|
|
|
| - RefPtrWillBeRawPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(context);
|
| + RawPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(context);
|
| styleSheet->parseString("@namespace ns url(test);");
|
| EXPECT_EQ(1U, styleSheet->ruleCount());
|
|
|
|
|