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

Unified Diff: third_party/WebKit/Source/core/loader/BeaconLoader.h

Issue 1853743005: Oilpan: Remove WillBe types (part 13) (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/loader/BeaconLoader.h
diff --git a/third_party/WebKit/Source/core/loader/BeaconLoader.h b/third_party/WebKit/Source/core/loader/BeaconLoader.h
index 5df535cebac7167f3c76e51db7d8186529d05b26..7121c65862d360ae5a2924f1c3c1f19fa526fbde 100644
--- a/third_party/WebKit/Source/core/loader/BeaconLoader.h
+++ b/third_party/WebKit/Source/core/loader/BeaconLoader.h
@@ -25,7 +25,6 @@ class SecurityOrigin;
// staying alive. PingLoader providing the service.
class CORE_EXPORT BeaconLoader final : public PingLoader {
WTF_MAKE_NONCOPYABLE(BeaconLoader);
- USING_FAST_MALLOC_WILL_BE_REMOVED(BeaconLoader);
public:
~BeaconLoader() override { }

Powered by Google App Engine
This is Rietveld 408576698