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

Unified Diff: Source/core/loader/FrameLoader.h

Issue 592673002: Oilpan: tighten up allowed allocation of some types. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | Source/core/loader/NavigationScheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameLoader.h
diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
index 39b727e8afaa626c5ca14e64c52d3c7a96c545d7..551337ee160e166a9ab35bb860611d164011463a 100644
--- a/Source/core/loader/FrameLoader.h
+++ b/Source/core/loader/FrameLoader.h
@@ -65,7 +65,7 @@ bool isBackForwardLoadType(FrameLoadType);
class FrameLoader FINAL {
WTF_MAKE_NONCOPYABLE(FrameLoader);
- ALLOW_ONLY_INLINE_ALLOCATION();
+ DISALLOW_ALLOCATION();
public:
static ResourceRequest requestFromHistoryItem(HistoryItem*, ResourceRequestCachePolicy);
« no previous file with comments | « no previous file | Source/core/loader/NavigationScheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698