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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.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/inspector/v8/V8DebuggerListener.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.h
index 9751ad0b5d0115228e3ef7c05357c126d871b2d1..d4dd99accff10fe79d016d363254043f5bd56353 100644
--- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.h
+++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.h
@@ -44,7 +44,7 @@ enum CompileResult { CompileSuccess, CompileError };
class CORE_EXPORT V8DebuggerListener {
public:
class Script {
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
public:
Script();
@@ -99,7 +99,7 @@ public:
};
struct ParsedScript {
- ALLOW_ONLY_INLINE_ALLOCATION();
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
String scriptId;
Script script;
CompileResult compileResult;
« no previous file with comments | « third_party/WebKit/Source/core/inspector/ScriptCallFrame.h ('k') | third_party/WebKit/Source/core/layout/HitTestLocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698