Index: Source/core/css/DOMWindowCSS.cpp |
diff --git a/Source/core/css/DOMWindowCSS.cpp b/Source/core/css/DOMWindowCSS.cpp |
index ff5013d346a21da843979060ed6c249960541052..d0edccaa07591ab335eda0eaa30fc6d77e4d4831 100644 |
--- a/Source/core/css/DOMWindowCSS.cpp |
+++ b/Source/core/css/DOMWindowCSS.cpp |
@@ -37,9 +37,9 @@ |
namespace WebCore { |
-PassRefPtr<DOMWindowCSS> DOMWindowCSS::create() |
+PassRefPtrWillBeRawPtr<DOMWindowCSS> DOMWindowCSS::create() |
{ |
- return adoptRef(new DOMWindowCSS()); |
+ return adoptRefWillBeNoop(new DOMWindowCSS()); |
} |
static String valueWithoutImportant(const String& value) |