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

Unified Diff: third_party/WebKit/Source/core/fetch/ResourcePtr.h

Issue 1406923009: Rename DISALLOW_ALLOCATION and ALLOW_ONLY_INLINE_ALLOCATION (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/fetch/ResourcePtr.h
diff --git a/third_party/WebKit/Source/core/fetch/ResourcePtr.h b/third_party/WebKit/Source/core/fetch/ResourcePtr.h
index 2f21fb6ad1725fdfda00ff403f0d0e78bf681f1e..52554da95b8013d37030e042501bb4ec6e7ac300 100644
--- a/third_party/WebKit/Source/core/fetch/ResourcePtr.h
+++ b/third_party/WebKit/Source/core/fetch/ResourcePtr.h
@@ -33,7 +33,7 @@
namespace blink {
class CORE_EXPORT ResourcePtrBase {
- ALLOW_ONLY_INLINE_ALLOCATION();
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
public:
Resource* get() const { return m_resource; }
bool operator!() const { return !m_resource; }
« no previous file with comments | « third_party/WebKit/Source/core/fetch/ResourceLoaderOptions.h ('k') | third_party/WebKit/Source/core/fetch/SubstituteData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698