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

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

Issue 1854543002: Oilpan: Remove WillBe types (part 7) (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/BarProp.h ('k') | third_party/WebKit/Source/core/frame/Console.cpp » ('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.h
diff --git a/third_party/WebKit/Source/core/frame/Console.h b/third_party/WebKit/Source/core/frame/Console.h
index 17aadc96d3bb81cc1e1d1771c0e0b6e1b6a15731..e8f1bf06f0f586d53a06a2e87a3784a6231c407d 100644
--- a/third_party/WebKit/Source/core/frame/Console.h
+++ b/third_party/WebKit/Source/core/frame/Console.h
@@ -55,7 +55,7 @@ public:
protected:
ExecutionContext* context() override;
- void reportMessageToConsole(PassRefPtrWillBeRawPtr<ConsoleMessage>) override;
+ void reportMessageToConsole(RawPtr<ConsoleMessage>) override;
private:
explicit Console(LocalFrame*);
« no previous file with comments | « third_party/WebKit/Source/core/frame/BarProp.h ('k') | third_party/WebKit/Source/core/frame/Console.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698