Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1322)

Unified Diff: third_party/WebKit/Source/core/css/MediaValues.cpp

Issue 1858753003: Remove RawPtr from core/css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/MediaValues.cpp
diff --git a/third_party/WebKit/Source/core/css/MediaValues.cpp b/third_party/WebKit/Source/core/css/MediaValues.cpp
index 91ed0b7defb9ce78906ceffff42f644084c98c15..6f7cbc2e76af5ac3df02db59c7f97d62cad15fd9 100644
--- a/third_party/WebKit/Source/core/css/MediaValues.cpp
+++ b/third_party/WebKit/Source/core/css/MediaValues.cpp
@@ -24,7 +24,7 @@
namespace blink {
-RawPtr<MediaValues> MediaValues::createDynamicIfFrameExists(LocalFrame* frame)
+MediaValues* MediaValues::createDynamicIfFrameExists(LocalFrame* frame)
{
if (frame)
return MediaValuesDynamic::create(frame);
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaValues.h ('k') | third_party/WebKit/Source/core/css/MediaValuesCached.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698