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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h

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
Index: third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h b/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h
index 3f11b9e46f31fae6db819f9b0b58d2f14d24c52a..e7f6e84943f26e060cd1a94d99e008cf8b0ce3a5 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h
@@ -47,7 +47,7 @@ public:
virtual bool isUnderTest() = 0;
- virtual void showContextMenu(LocalFrame* targetFrame, float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider>) = 0;
+ virtual void showContextMenu(LocalFrame* targetFrame, float x, float y, RawPtr<ContextMenuProvider>) = 0;
virtual void setInjectedScriptForOrigin(const String& origin, const String& source) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698