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

Unified Diff: third_party/WebKit/Source/core/frame/Console.cpp

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/core/frame/Console.h ('k') | third_party/WebKit/Source/core/frame/ConsoleBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/Console.cpp
diff --git a/third_party/WebKit/Source/core/frame/Console.cpp b/third_party/WebKit/Source/core/frame/Console.cpp
index f6f139b8eb53f03d0cf89761e33da46bfe0564e3..56b1228a4232afef141b42f8676d7f522bdca1fe 100644
--- a/third_party/WebKit/Source/core/frame/Console.cpp
+++ b/third_party/WebKit/Source/core/frame/Console.cpp
@@ -66,7 +66,7 @@ ExecutionContext* Console::context()
return frame()->document();
}
-void Console::reportMessageToConsole(PassRefPtrWillBeRawPtr<ConsoleMessage> consoleMessage)
+void Console::reportMessageToConsole(RawPtr<ConsoleMessage> consoleMessage)
{
if (!frame())
return;
« no previous file with comments | « third_party/WebKit/Source/core/frame/Console.h ('k') | third_party/WebKit/Source/core/frame/ConsoleBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698